C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer 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 GrapeCity.Documents.Pdf.SaveAsImageOptions object.


In This Topic
SaveAsTiff(Stream,OutputRange,SaveAsImageOptions) Method
In This Topic
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 Stream, _
   Optional ByVal pageRange As GrapeCity.Documents.Common.OutputRange, _
   Optional ByVal options As GrapeCity.Documents.Pdf.SaveAsImageOptions _
) 
 
'Usage
 
Dim instance As FlexViewer
Dim stream As Stream
Dim pageRange As GrapeCity.Documents.Common.OutputRange
Dim options As GrapeCity.Documents.Pdf.SaveAsImageOptions
 
instance.SaveAsTiff(stream, pageRange, 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 GrapeCity.Documents.Pdf.SaveAsImageOptions object.
See Also