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

In This Topic
    AddRange Method (TextMapFragment)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of TextLineFragment) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<TextLineFragment> collection
    )

    Parameters

    collection
    See Also