[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ContentStream.GetStream

GetStream Method

GetStream()

Gets the System.IO.Stream object containing the content of this ContentStream.

It is the caller's responsibility to dispose the returned stream after usage.

Important: this method returns null if the current ContentStream object is empty.

Declaration
public virtual Stream GetStream()
Public Overridable Function GetStream() As Stream
Returns
Type Description
Stream