Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / Add Method / Add(TextMapFragment) Method
The TextMapFragment to add.

In This Topic
    Add(TextMapFragment) Method
    In This Topic
    Adds another TextMapFragment to this.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal other As TextMapFragment _
    ) 
    public void Add( 
       TextMapFragment other
    )

    Parameters

    other
    The TextMapFragment to add.
    See Also