Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, strong, nullable) NSArray<LTPdfCustomBookmark *> *customBookmarks
public List<PdfCustomBookmark> getCustomBookmarks()
get_CustomBookmarks();
public: property IList<PdfCustomBookmark>^ CustomBookmarks { IList<PdfCustomBookmark>^ get(); }
For more information, refer to PdfCustomBookmark