ImageFileTypesToConvert
Sets the file extension values of image types to convert to tiff.
Member of namespace
ConvertSyntax
bool ImageFileTypesToConvert (string fileextensions)
Parameters
- fileextensions
- Type: string
- A CSV string of file extensions that defines the image types that will be converted.
Parameters
fileextensions : A CSV string of file extensions that defines the image types that will be converted.Returns
Always True.Level
Page level.Details
Sets the file extension values of image types to convert to TIFF. The file types of JPEG, BMP, PNG, TIFF and GIF are supported. A period prefixing the extension is allowed, but not required. Because TIFF is supported, it is possible to use this action to convert a color TIFF to a Black and White TIFF.This action must be used prior to ImageToTIFF.
- Example:
ImageFileTypesToConvert(".jpg,.jpeg,gif,bmp") ImageToTIFF()