←Select platform

AutoBookmarksEnabled Property

Summary

Use automatic bookmarking in the final PDF document

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AutoBookmarksEnabled { get; set; } 
Public Property AutoBookmarksEnabled As Boolean 
public bool AutoBookmarksEnabled {get; set;} 
@property (nonatomic, assign) BOOL autoBookmarksEnabled 
public boolean getAutoBookmarksEnabled() 
public void setAutoBookmarksEnabled(boolean autoBookmarksEnabled) 
             
 <br/>get_AutoBookmarksEnabled();<br/>set_AutoBookmarksEnabled(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly