ImageGear .NET v25.0 - Updated
Indent Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : Indent Property
Gets the indentation level of the bookmark in its containing tree.
Syntax
'Declaration
 
Public ReadOnly Property Indent As Integer
'Usage
 
Dim instance As ImGearPDFBookmark
Dim value As Integer
 
value = instance.Indent
public int Indent {get;}
public: __property int get_Indent();
public:
property int Indent {
   int get();
}

Property Value

Integer value.
Remarks
The root level has an indentation level of zero.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members