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
- Horizontal dpi (X axis). A positive numeric value normally ranging from 96 to 300
- Y
- Type: short
- Vertical dpi (Y axis). A positive numeric value normally ranging from 96 to 300
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()