←Select platform

TotalBookmarkLevels Property

Summary

Total number of bookmark levels for created PDF documents.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int TotalBookmarkLevels { get; set; } 
Public Property TotalBookmarkLevels As Integer 
public int TotalBookmarkLevels {get; set;} 
@property (nonatomic, assign) NSInteger totalBookmarkLevels 
public int getTotalBookmarkLevels() 
public void setTotalBookmarkLevels(int totalBookmarkLevels) 
             
 <br/>get_TotalBookmarkLevels();<br/>set_TotalBookmarkLevels(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly