←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) 
get_AutoBookmarksEnabled(); 
set_AutoBookmarksEnabled(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize