Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / Item Property

In This Topic
    Item Property (ITextMap)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As ITextLine
    ITextLine this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also