[]
        
(Showing Draft Content)

C1.Android.Viewer.FlexViewer.SaveAsTiff

SaveAsTiff Method

SaveAsTiff(Stream, OutputRange, SaveAsImageOptions)

Saves the document pages as images to a stream in TIFF format, one page per frame.

Declaration
public void SaveAsTiff(Stream stream, OutputRange pageRange = null, SaveAsImageOptions options = null)
Parameters
Type Name Description
Stream stream

The output stream.

OutputRange pageRange

The GrapeCity.Documents.Common.OutputRange object that defines which pages of the document should be saved.

SaveAsImageOptions options

The GrapeCity.Documents.Pdf.SaveAsImageOptions object.

SaveAsTiff(string, OutputRange, SaveAsImageOptions)

Saves the document pages as images to a file in TIFF format, one page per frame.

Declaration
public void SaveAsTiff(string fileName, OutputRange pageRange = null, SaveAsImageOptions options = null)
Parameters
Type Name Description
string fileName

The output file path.

OutputRange pageRange

The GrapeCity.Documents.Common.OutputRange object that defines which pages of the document should be saved.

SaveAsImageOptions options

The GrapeCity.Documents.Pdf.SaveAsImageOptions object.