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

In This Topic
    Write Method (PdfDocStreamWriter)
    In This Topic
    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.
    Overload List
    OverloadDescription
    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.  
    Writes content of specified stream. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Writes a string using ASCII encoding, each char converted to byte as (byte)s[i]. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    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. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Writes a byte array. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Writes a System.Numerics.Matrix3x2 structure. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Writes a System.Drawing.PointF structure as 2 float values. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    See Also