Documents for PDF, .NET Edition Documentation
SaveAsTiff(Stream,OutputRange,SaveAsImageOptions) Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class > SaveAsTiff Method : SaveAsTiff(Stream,OutputRange,SaveAsImageOptions) Method
The output stream.
The GrapeCity.Documents.Common.OutputRange object that defines which pages of the document should be saved.
The SaveAsImageOptions object.
Saves the document pages as images to a stream in TIFF format, one page per frame.
Syntax
'Declaration
 
Public Overloads Sub SaveAsTiff( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal pageRange As OutputRange, _
   Optional ByVal options As SaveAsImageOptions _
) 
public void SaveAsTiff( 
   System.IO.Stream stream,
   OutputRange pageRange,
   SaveAsImageOptions options
)

Parameters

stream
The output stream.
pageRange
The GrapeCity.Documents.Common.OutputRange object that defines which pages of the document should be saved.
options
The SaveAsImageOptions object.
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members
Overload List