LEADTOOLS PDF (Leadtools.Pdf assembly)

Level Property

Show in webframe





Gets or sets the identation 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:
property int Level {
   int get();
   void set (    int value);
}

Property Value

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

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
            
Example

For an example, refer to PDFBookmark.

Requirements

Target Platforms

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.