![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfCustomBookmark Structure : LevelNumber Property |
public int LevelNumber {get; set;}
'Declaration
Public Property LevelNumber As Integer
'Usage
Dim instance As PdfCustomBookmark Dim value As Integer instance.LevelNumber = value value = instance.LevelNumber
public int LevelNumber {get; set;}
@property (nonatomic, assign) NSInteger levelNumber
public int getLevelNumber() public void setLevelNumber(int levelNumber)
<br/>get_LevelNumber();<br/>set_LevelNumber(value);<br/>Object.defineProperty('LevelNumber');
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.