Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

Level Property






Indentation level of the bookmark.
Syntax
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)
            
public:
property int Level {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 that represents the 0-based indentation level of the bookmark. The default value is 0.
Remarks

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
            
Example

For an example, refer to PDFBookmark.

Requirements

Target Platforms

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features