←Select platform

LevelNumber Property

Summary
Level number of bookmark item to be created in bookmark for the created PDF document.
Syntax
C#
VB
Objective-C
C++
Java
public int LevelNumber { get; set; } 
Public Property LevelNumber As Integer 
@property (nonatomic, assign) NSInteger levelNumber 
public int getLevelNumber() 
public void setLevelNumber(int levelNumber) 
public: 
property int LevelNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The level number of the bookmark item inside PDF bookmark. Default value is 0.

Remarks

LevelNumber represents the level number of bookmark item inside Pdf bookmark, more than bookmark item can have the same value. This number should be equal or less than 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.