Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStreamInfo Class / Stream Property

In This Topic
    Stream Property (PdfStreamInfo)
    In This Topic
    Gets the underlying System.IO.Stream object. It will be disposed when this object is disposed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Stream As System.IO.Stream
    public System.IO.Stream Stream {get;}
    See Also