RotateTio
Checks if an Image file processed by the ImageFix action that assigns a .tio extension to the file needs to be rotated by 90, 180, or 270 degrees. If so, the action rotates and then saves the Image file with the same .tio extension.
Member of namespace
Recog_SharedSyntax
bool RotateTio (StrParam)
Parameters
A String value:- True to initiate rotation
- False to prevent rotation
Returns
Always True.Level
Page level.Details
This action checks if an Image file processed by the ImageFix action that assigns the .tio extension needs to be rotated by 90, 180, or 270 degrees. If rotation is necessary, the action saves the Image file with the same .tio extension.- Example
AnalyzeImage() RotateTio(True) RotateImage() RecognizePageICR_C()