ImageToTIFF
Converts an Image file to TIFF format.
Member of namespace
ConvertSyntax
bool ImageToTIFF ()
Parameters
None.Returns
True if the file is successfully converted to a TIFF document.False if the current page is not a supported Image type or if there is a failure in the conversion.
If the number of input files/pages exceeds the maximum allowed or if there is a failure in the conversion, the batch is set to abort.
Level
Page level.Details
If the current page is an Image, the file will be converted to a single TIFF file. ImageFileTypesToConvert must be used along with ImageToTIFF. Only the image types set by a previous call to ImageFileTypesToConvert is converted to a TIFF. No images are converted if ImageFileTypesToConvert has not been set.Each TIFF will also have a new page created within the application environment which can be processed by subsequent rules. The original file name from which the page was extracted is stored in the ParentImage variable, for possible future reference within your application.
- Example:
ImageFileTypesToConvert(".jpg,.jpeg,gif,bmp") ImageToTIFF()