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




In This Topic
    HasChildren Property
    In This Topic
    Gets a value indicating whether the bookmark has any children.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As Boolean
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim value As Boolean
     
    value = instance.HasChildren
    public bool HasChildren {get;}
    public: __property bool get_HasChildren();
    public:
    property bool HasChildren {
       bool get();
    }

    Property Value

    Boolean value.
    See Also