'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); }