Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void DetectSkew(
out int slope,
out IMG_ROTATE rotate
)
Public Sub DetectSkew (
<OutAttribute> ByRef slope As Integer,
<OutAttribute> ByRef rotate As IMG_ROTATE
)
public:
void DetectSkew(
[OutAttribute] int% slope,
[OutAttribute] IMG_ROTATE% rotate
)
Parameters
- slope
- Type: SystemInt32
- rotate
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_ROTATE
See Also