See Also Examples Applies To
Saves the native image as Tif image file.
Syntax
object.SaveAsTiff (sFileName, nModeCompression, nColorDepth)
The SaveAsTiff syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFileName | Required. String. The complete file path to save the native image. |
| nModeCompression | Optional. Long. Default value is 2. Specifies type of compression 6:None, 5:RLE, 4:CCITT4, 3:CCITT3, 2:LZW. |
| nColorDepth | Optional. Long. Default value is 0. Specifies number of colors in bits per pixel (1,4,8,16,24,32,48,64). |
Returns
Remarks
The GdTwainStatus constants are defined HERE
Category
Saving, Export and Close Image