SetMaxCharacterHeightTMM

Sets the maximum height of characters, by absolute value, that is allowed by the Cco2cco and NormalizeCCO actions.

Member of namespace

Cco2cco

Syntax

bool SetMaxCharacterHeightTMM(strParam)

Parameters

Integer: maximum height of characters to permit in the CCO, in 1/10 mm units. Default is 64, or approx 1/4 inch (50 pixels at 200 DPI).

Returns

Always True.

Level

Page.

Details

This action will be removed in a future release. It is recommended that this action is no longer used. Instead, use the replacement action SetMaxCharacterHeightTMM in the SharedRecognitionTools action library.

Example:
SetMaxCharacterHeightTMM(75)
NormalizeCCO()