Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.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: OmniPageCSDK.ArgTypesIMG_ROTATE
See Also