ImageGear .NET v25.0 - Updated
HasChildren Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : HasChildren Property
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

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members