LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Level Property






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 int Level {get; set;}
 get_Level();
set_Level(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.