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

In This Topic
    HasChildren Property (StructElement)
    In This Topic
    Gets a value indicating whether the Children collection contains any items.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As System.Boolean
    public System.bool HasChildren {get;}
    See Also