Returns a Boolean value indicating whether or not preprocessing rotation is enabled for Asian languages.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_asian_orientation_enabled_get( LPAT_BOOL lpIsEnabled ); |
Name | Type | Description |
---|---|---|
lpIsEnabled | LPAT_BOOL | Buffer to retrieve "rotation is enabled" setting. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; AT_BOOL bAOIsEnabled = FALSE; ErrCount += IG_REC_asian_orientation_enabled_get(&bAOIsEnabled); |
If it is TRUE, the rotation mode IG_REC_IMG_ROTATE_AUTO works for Asian languages similarly to the Western languages. If it is FALSE, the IG_REC_IMG_ROTATE_AUTO will be the same as IG_REC_IMG_ROTATE_NO for Asian languages.