←Select platform

TotalBookmarkLevels Property

Summary
Total number of bookmark levels for created PDF documents.
Syntax
C#
VB
Objective-C
C++
Java
public int TotalBookmarkLevels { get; set; } 
Public Property TotalBookmarkLevels As Integer 
@property (nonatomic, assign) NSInteger totalBookmarkLevels 
public int getTotalBookmarkLevels() 
public void setTotalBookmarkLevels(int totalBookmarkLevels) 
public: 
property int TotalBookmarkLevels { 
   int get(); 
   void set (    int ); 
} 

Property Value

A TotalBookmarkLevels determines the total number of bookmark levels for created PDF documents.

Remarks

TotalBookmarkLevels represents the total numbers of bookmark levels for the PDF document being saved. The maximum number of levels is ten.

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.