ComponentOne Xamarin Edition
SaveAsTiff(Stream,OutputRange,SaveAsImageOptions) Method
C1.Xamarin.Forms.Viewer Assembly > C1.Xamarin.Forms.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.
Saves the document pages as images to a stream in TIFF format, one page per frame.
Syntax
public void SaveAsTiff( 
   Stream stream,
   GrapeCity.Documents.Common.OutputRange pageRange,
   GrapeCity.Documents.Pdf.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 GrapeCity.Documents.Pdf.SaveAsImageOptions object.
See Also

Reference

FlexViewer Class
FlexViewer Members
Overload List