XFINIUM.PDF Documentation
ContentsPagePosition Property



Gets or sets the contents page position in the document.
Syntax
'Declaration
 
Public Property ContentsPagePosition As Integer
'Usage
 
Dim instance As PdfFlowDocumentTOCSettings
Dim value As Integer
 
instance.ContentsPagePosition = value
 
value = instance.ContentsPagePosition
public int ContentsPagePosition {get; set;}
public:
property int ContentsPagePosition {
   int get();
   void set (    int value);
}

Property Value

Position in the document where the contents page is inserted. A negative value means that the contents page is added at the end of the document.
Remarks
This property is used if GenerateContentsPage property is true.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowDocumentTOCSettings Class
PdfFlowDocumentTOCSettings Members

Send Feedback