XFINIUM.PDF Documentation
ContentsPageNumbers Property



Xfinium.Pdf.FlowDocument Namespace > PdfFlowDocumentTOCSettings Class : 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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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