Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / AddRange Method

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

    Parameters

    collection
    See Also