Overload | Description |
---|---|
SaveAsTIFF(Stream,TiffCompression) | This method converts and saves the currently loaded document to an instantiated stream object according to what you have specified. The output format is TIFF.
The resulting image will be compressed using the compression method according to your preference. |
SaveAsTIFF(String,TiffCompression) | This method converts and saves the currently loaded document to a TIFF image file according to a file path you have specified.
The resulting image will be compressed using the compression method according to your preference. |