SaveAsTiff(String,OutputRange,ImageOutputSettings,TiffFrameSettings) 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 As System.String, _
Optional ByVal As GrapeCity.Documents.Common.OutputRange, _
Optional ByVal As ImageOutputSettings, _
Optional ByVal As GrapeCity.Documents.Imaging.TiffFrameSettings _
)
public void SaveAsTiff(
System.string ,
GrapeCity.Documents.Common.OutputRange ,
ImageOutputSettings ,
GrapeCity.Documents.Imaging.TiffFrameSettings
)
Parameters
- fileName
- The output file path.
- pageRange
- The range of pages that should be saved.
- options
- Options that allow customizing the output images.
- frameSettings
- Frame settings that are used for encoding the TIFF frames.
See Also