[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.GetStream

GetStream Method

GetStream()

Gets a Stream containing the content of this FileSpecification, or null if the file specification is empty.

Important: this Stream must be disposed after use.

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

A Stream with the content of this FileSpecification, or null if it is empty. If not null, the stream must be disposed after use!