XFINIUM.PDF Documentation
ContentsPageNumbers Property



Gets or sets the collection of page numbers.
Syntax
'Declaration
 
Public Property ContentsPageNumbers As Dictionary(Of PdfPage,String)
'Usage
 
Dim instance As PdfFlowDocumentTOCSettings
Dim value As Dictionary(Of PdfPage,String)
 
instance.ContentsPageNumbers = value
 
value = instance.ContentsPageNumbers
public Dictionary<PdfPage,string> ContentsPageNumbers {get; set;}
public:
property Dictionary<PdfPage^,String^>^ ContentsPageNumbers {
   Dictionary<PdfPage^,String^>^ get();
   void set (    Dictionary<PdfPage^,String^>^ value);
}

Property Value

The page numbers to be displayed for the pages that appear in the table of contents.
Remarks
The pairs in this collection specify a page and a number (or any string that can server as page number). If the page appears in the table of contents (because it contains a heading that is included in the table of contents) the corresponding page number will be displayed for the heading.
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