ImageFileDetectSkew Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IMG_ROTATE DetectSkew(
out int Slope,
[OptionalAttribute] int Page
)
Public Function DetectSkew (
<OutAttribute> ByRef Slope As Integer,
<OptionalAttribute> Page As Integer
) As IMG_ROTATE
public:
IMG_ROTATE DetectSkew(
[OutAttribute] int% Slope,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- Slope
- Type: SystemInt32
- Page (Optional)
- Type: SystemInt32
Return Value
Type:
IMG_ROTATE
See Also