In This Topic

SaveAsTIFF Method (GdPictureImaging)

In This Topic
Saves a required GdPicture image to a given file path as Tagged Image File Format (tif) acording to what you have specified.
Overload List
OverloadDescription
Saves a required GdPicture image to a given file path as Tagged Image File Format (tif) acording to what you have specified.

This method only saves the currently selected page of the specified image if it is an editable multipage TIFF image.

 
Saves a required GdPicture image to a given file path as Tagged Image File Format (tif) acording to what you have specified. You can also define a JPEG quality parameter when the JPEG compression is required using this method.

This method only saves the currently selected page of the specified image if it is an editable multipage TIFF image.

 
Saves a required GdPicture image to a given file path as Tagged Image File Format (tif) acording to what you have specified. You can utilize the CMYK color space if required when saving an image using this method.

This method only saves the currently selected page of the specified image if it is an editable multipage TIFF image.

 
Saves a required GdPicture image to a given file path as Tagged Image File Format (tif) acording to what you have specified. You can also define a JPEG quality parameter when the JPEG compression is required as well as you can utilize the CMYK color space when saving an image using this method.

This method only saves the currently selected page of the specified image if it is an editable multipage TIFF image.

 
Saves a GdPicture image as Tagged Image File Format. This methods takes a parameter to save tiff in CMYK color space and another parameter to defines jpeg quality .  
See Also