Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ContentStream Class / GetStream Method

In This Topic
    GetStream Method (ContentStream)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Overridable Function GetStream() As System.IO.Stream
    public virtual System.IO.Stream GetStream()
    See Also