ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / Indent Property




In This Topic
    Indent Property
    In This Topic
    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