In This Topic

SaveAsTIFF Method (GdPictureDocumentConverter)

In This Topic
These methods convert and save the currently loaded document to a stream or to a file according to what you have specified. The output document format is TIFF. You can also specify the compression method used to compress the resulting image.
Overload List
OverloadDescription
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.

 
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.

 
See Also