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

In This Topic
    Children Property (OutlineNode)
    In This Topic
    Gets the OutlineNodeCollection collection containing child nodes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As OutlineNodeCollection
    public OutlineNodeCollection Children {get;}
    See Also