←Select platform

AutoBookmarksEnabled Property

Summary
Use automatic bookmarking in the final PDF document
Syntax
C#
VB
Objective-C
C++
Java
public bool AutoBookmarksEnabled { get; set; } 
Public Property AutoBookmarksEnabled As Boolean 
@property (nonatomic, assign) BOOL autoBookmarksEnabled 
public boolean getAutoBookmarksEnabled() 
public void setAutoBookmarksEnabled(boolean autoBookmarksEnabled) 
public: 
property bool AutoBookmarksEnabled { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow bookmarks to be created using automatic bookmarking, otherwise; false. Default value is true.

Remarks

For more information, refer to the 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.