←Select platform

CustomBookmarks Property

Summary
List of the custom (user) bookmarks to use when creating PDF documents.
Syntax
C#
VB
Objective-C
C++
Java
public IList<PdfCustomBookmark> CustomBookmarks { get; } 
Public ReadOnly Property CustomBookmarks As IList(Of PdfCustomBookmark) 
@property (nonatomic, strong, nullable) NSArray<LTPdfCustomBookmark *> *customBookmarks 
public List<PdfCustomBookmark> getCustomBookmarks() 
public: 
property IList<PdfCustomBookmark>^ CustomBookmarks { 
   IList<PdfCustomBookmark>^ get(); 
} 

Property Value

A list of PdfCustomBookmark that represent the custom (user) bookmarks to add to the final PDF document.

Remarks

For more information, refer to PdfCustomBookmark

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.