ImageDefaultDPI
Sets the default dpi (dots per inch) when converting images that do not have an embedded dpi value.
Member of namespace
ConvertSyntax
bool ImageDefaultDPI (short X, short Y)Parameters
- X
- Type: short
- Y
- Type: short
Returns
False if there is a failure to set the default X or Y dpi value. Otherwise True.Level
Page level.Details
Sets the default dpi to use when converting color or grayscale images to TIFF when the source image does not have a dpi value.- Example:
ImageFileTypesToConvert(".jpg,.jpeg,gif,bmp") ImageDefaultDPI("200","200") ImageMonoType(4) ImageMonoThreshold(9) ImageToTIFF()