Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / Write Method / Write(String,Int32) Method

In This Topic
    Write(String,Int32) Method
    In This Topic
    Writes a string using ASCII encoding, each char converted to byte as (byte)s[i]. If string length is less than length the spaces will be added at right, if string length is greater than length the string will be truncated.
    Syntax
    'Declaration
     
    Public Overloads Sub Write( _
       ByVal value As System.String, _
       ByVal length As System.Integer _
    ) 
    public void Write( 
       System.string value,
       System.int length
    )

    Parameters

    value
    length
    See Also