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

In This Topic
    Add Method (PdfString)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As System.Byte _
    ) 
    public void Add( 
       System.byte item
    )

    Parameters

    item
    See Also