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