←Select platform

Level Property

Summary
Indentation level of the bookmark.
Syntax
C#
VB
C++
Java
public int Level { get; set; } 
Public Property Level As Integer 
public int getLevel(); 
public void setLevel( 
   int intValue 
); 
public: 
property int Level { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.