[]
Saves the document pages as images to a stream in TIFF format, one page per frame.
public void SaveAsTiff(Stream stream, OutputRange pageRange = null, SaveAsImageOptions options = null)
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. |
Saves the document pages as images to a file in TIFF format, one page per frame.
public void SaveAsTiff(string fileName, OutputRange pageRange = null, SaveAsImageOptions options = null)
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. |