Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / ContentItemLinkCollection Class / Item Property

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

    Parameters

    index
    See Also