Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.0.0.0 (22.0.22462.100)
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