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
The bookmark identation 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.