←Select platform

CustomBookmarks Property

Summary

List of the custom (user) bookmarks to use when creating PDF documents.

Syntax

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

Leadtools.Forms.DocumentWriters Assembly