Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNode Class / HasChildren Property

In This Topic
    HasChildren Property (OutlineNode)
    In This Topic
    Gets a value indicating whether Children collection is not empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As System.Boolean
    public System.bool HasChildren {get;}
    See Also