Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / Write Method

In This Topic
    Write Method (PdfStreamWriterBase)
    In This Topic
    Writes content of specified stream.
    Overload List
    OverloadDescription
    Writes content of specified stream.  
    Writes a string using ASCII encoding, each char converted to byte as (byte)s[i].  
    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.  
    Writes a byte array.  
    Writes a System.Numerics.Matrix3x2 structure.  
    Writes a System.Drawing.PointF structure as 2 float values.  
    Writes the GrapeCity.Documents.Pdf.Spec.IPdfObject object if value is indirect object then reference to this object will be written otherwise GrapeCity.Documents.Pdf.Spec.IPdfObject.Write will be called to write value representing an object. If value is null or GrapeCity.Documents.Pdf.Spec.IPdfObject.Empty is true then PDF NULL value will be written.  
    See Also