[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Page.GetStream

GetStream Method

GetStream()

Gets a Stream containing the content of this Page.

Notes:

  1. The stream returned by this method should be disposed after use.
  2. This method can return null if the current page is empty.
  3. In sequential generate mode this method is not supported and will throw an exception.
Declaration
public Stream GetStream()
Public Function GetStream() As Stream
Returns
Type Description
Stream

A stream with the current page's content.