Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFBookmark Structure : Level Property |
public int Level {get; set;}
'Declaration
Public Property Level As Integer
'Usage
Dim instance As PDFBookmark Dim value As Integer instance.Level = value value = instance.Level
public int getLevel() public void setLevel(int level)
The bookmark indentation level. Level 0 is a root bookmark, level 1 is a child of the previous bookmark, level 2 is a child of the child and so on:
Level 0
..Level 1
....Level 2
......Level 3
..Level 1
..Level 1
Level 0
For an example, refer to PDFBookmark.