Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : CustomBookmarks Property |
public IList<PdfCustomBookmark> CustomBookmarks {get;}
'Declaration Public ReadOnly Property CustomBookmarks As IList(Of PdfCustomBookmark)
'Usage Dim instance As PdfDocumentOptions Dim value As IList(Of PdfCustomBookmark) value = instance.CustomBookmarks
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <PdfCustomBookmark> CustomBookmarks {get;}
get_CustomBookmarks();
public: property IList<PdfCustomBookmark>^ CustomBookmarks { IList<PdfCustomBookmark>^ get(); }
For more information, refer to PdfCustomBookmark
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2