Documents for PDF, .NET Edition Documentation
GetStream Method (FileSpecification.FileInfo)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > FileSpecification.FileInfo Class : GetStream Method
Gets a System.IO.Stream containing the content of this FileSpecification.FileInfo, or null if the file specification is empty.

Important: this System.IO.Stream must be disposed after use.

Syntax
'Declaration
 
Public Function GetStream() As System.IO.Stream
public System.IO.Stream GetStream()

Return Value

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

Reference

FileSpecification.FileInfo Class
FileSpecification.FileInfo Members