←Select platform

AutoBookmarks Property

Summary

List of the current auto bookmarks options.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<PdfAutoBookmark> AutoBookmarks { get; } 
Public ReadOnly Property AutoBookmarks As IList(Of PdfAutoBookmark) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<PdfAutoBookmark> AutoBookmarks {get;} 
@property (nonatomic, strong, nullable) NSArray<LTPdfAutoBookmark *> *autoBookmarks 
public List<PdfAutoBookmark> getAutoBookmarks() 
 get_AutoBookmarks();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly