Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / Insert Method

In This Topic
    Insert Method (TextMapFragment)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As TextLineFragment _
    ) 
    public void Insert( 
       System.int index,
       TextLineFragment item
    )

    Parameters

    index
    item
    See Also