ComponentOne Xamarin Edition
SaveAsTiff(String,OutputRange,SaveAsImageOptions) Method
C1.Xamarin.Forms.Viewer Assembly > C1.Xamarin.Forms.Viewer Namespace > FlexViewer Class > SaveAsTiff Method : SaveAsTiff(String,OutputRange,SaveAsImageOptions) Method
The output file path.
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 file in TIFF format, one page per frame.
Syntax
public void SaveAsTiff( 
   string fileName,
   GrapeCity.Documents.Common.OutputRange pageRange,
   GrapeCity.Documents.Pdf.SaveAsImageOptions options
)

Parameters

fileName
The output file path.
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