←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly