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

In This Topic
    Write(IPdfObject) Method
    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.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Write( _
       ByVal value As IPdfObject _
    ) 
    public override void Write( 
       IPdfObject value
    )

    Parameters

    value
    See Also