EqualizeUnbalancedImage

Resolves differences in the dpi (dots per inch) resolutions along the horizontal (X) and vertical (Y) planes of one ore more faxed images in a batch.

Syntax

bool EqualizeUnbalancedImage (StrParam)

Parameters

Integer value which determines the cut-off point for the resolution which should be equalized:

EqualizeUnbalancedImage(0), for example, specifies that there is no cut-off point: all images will be subject to equalization.

EqualizeUnbalancedImage(20) establishes a cut-off point of 200(x)/180(y). This means that the action will equalize all images with this resolution ratio and more (200/180, 200/160 etc.) - but will ignore all images with balance ratios less than 200/180 (in this example.)

Attention: Standard Mode fax resolution in Dots per Inch (DPI) is 204/98; Fine Mode fax resolution is 204/196.

Returns

False if the parameter is not numeric or if the rule containing the action is not bound to a Page object of the Document Hierarchy. Otherwise, True.

Level

Page level only.

Details

Resolves differences in the dpi (dots per inch) resolutions along the horizontal (X) and vertical (Y) planes of one ore more faxed images in a batch.

The action selects images from the batch in response to the parameter you enter, and produces new images with 200 x 200 dpi.

Example
EqualizeUnbalanceImage(0)