Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| JpegQuality | int | Stores the value of the JPEG quality in percent, for those image formats which use JPEG compression (IFF\_TiffColorJpegJfif, IFF\_TiffGrayJpegJfif). The default value of this property is 50. |
| WriteSingleStrip | VARIANT\_BOOL | Specifies if the whole image should be saved as a single strip. <Note> TIFF specification recommends using multiple strips. Use this property only if a single-strip file is necessary in your special case. </Note> The default value of this property is FALSE. |
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
Output parameter
This object is the output parameter of the CreateTiffExtendedParams method of the Engine object.Input parameter
This object is passed as an input parameter to the following methods:- WriteToFile method of the Image object
- CreateMultipageImageWriter method of the Engine object
