←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly