List of the custom (user) bookmarks to use when creating PDF documents.
public IList<PdfCustomBookmark> CustomBookmarks { get; }
Public ReadOnly Property CustomBookmarks As IList(Of PdfCustomBookmark)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface 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();
}
A list of PdfCustomBookmark that represent the custom (user) bookmarks to add to the final PDF document.
For more information, refer to PdfCustomBookmark
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET