Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / Stream Property

In This Topic
    Stream Property (PdfStreamWriterBase)
    In This Topic
    Gets or sets the underlying stream.
    Syntax
    'Declaration
     
    Public Overridable Property Stream As System.IO.Stream
    public virtual System.IO.Stream Stream {get; set;}
    See Also