Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNodeCollection Class / Item Property

In This Topic
    Item Property (OutlineNodeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As OutlineNode
    public OutlineNode this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also