←Select platform

AutoBookmarks Property

Summary
List of the current auto bookmarks options.
Syntax
C#
VB
Objective-C
C++
Java
public IList<PdfAutoBookmark> AutoBookmarks { get; } 
Public ReadOnly Property AutoBookmarks As IList(Of PdfAutoBookmark) 
@property (nonatomic, strong, nullable) NSArray<LTPdfAutoBookmark *> *autoBookmarks 
public List<PdfAutoBookmark> getAutoBookmarks() 
public: 
property IList<PdfAutoBookmark>^ AutoBookmarks { 
   IList<PdfAutoBookmark>^ get(); 
} 

Property Value

A list of PdfAutoBookmark that represent the auto-bookmarking settings used when creating PDF documents.

Remarks

For more information, refer to PdfAutoBookmark.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.