Skip to main content
This object provides functionality for tuning the parameters of saving an image to TIFF format (all IFF_Tiff… image format types) using the IImage::WriteToFile method. A pointer to this object is passed into the IImage::WriteToFile method as an input parameter, and thus affects the size and quality of the resulting image. All properties of a newly created object of this type are set to reasonable defaults. See the description of particular property for its default value. The TiffExtendedParams object is a persistent object. This means that the object’s current state can be written to persistent storage. Later, the object can be re-created by reading the object’s state from the persistent storage. The following methods provide persistence of the object: Linux: SaveToFile, and LoadFromFile Windows SaveToFile, LoadFromFile, SaveToMemory, and LoadFromMemory.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
JpegQualityintStores 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.
WriteSingleStripVARIANT\_BOOLSpecifies 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

NameDescription
CopyFromInitializes properties of the current object with values of similar properties of another object.
LoadFromFileRestores the object contents from a file on disk.
LoadFromMemory <Note> : Windows only. </Note>Restores the object contents from the global memory.
SaveToFileSaves 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:

See also

ImageFileFormatEnum Working with Images Working with Properties