←Select platform

Level Property

Summary

Indentation level of the bookmark.

Syntax

C#
VB
Java
C++
public int Level { get; set; } 
Public Property Level As Integer 
public int getLevel() 
public void setLevel(int level) 
             
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly