'Declaration
Public Property ContentsTitle As PdfFlowContent
'Usage
Dim instance As PdfFlowDocumentTOCSettings Dim value As PdfFlowContent instance.ContentsTitle = value value = instance.ContentsTitle
public PdfFlowContent ContentsTitle {get; set;}
public: property PdfFlowContent^ ContentsTitle { PdfFlowContent^ get(); void set ( PdfFlowContent^ value); }