List of the current auto bookmarks options.
public IList<PdfAutoBookmark> AutoBookmarks { get; }
Public ReadOnly Property AutoBookmarks As IList(Of PdfAutoBookmark)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<PdfAutoBookmark> AutoBookmarks {get;}
@property (nonatomic, strong, nullable) NSArray<LTPdfAutoBookmark *> *autoBookmarks
public List<PdfAutoBookmark> getAutoBookmarks()
get_AutoBookmarks();
public:
property IList<PdfAutoBookmark>^ AutoBookmarks {
IList<PdfAutoBookmark>^ get();
}
A list of PdfAutoBookmark that represent the auto-bookmarking settings used when creating PDF documents.
For more information, refer to PdfAutoBookmark.
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