'Declaration Public MustOverride Sub DetectSkew( _ ByRef slope As Integer, _ ByRef orientation As ImGearOCROrientationMode _ )
'Usage Dim instance As ImGearOCRImage Dim slope As Integer Dim orientation As ImGearOCROrientationMode instance.DetectSkew(slope, orientation)
public abstract void DetectSkew( out int slope, out ImGearOCROrientationMode orientation )
public: abstract void DetectSkew( [PARAMFLAG::Out] int slope, [PARAMFLAG::Out] ImGearOCROrientationMode orientation )
public: abstract void DetectSkew( [Out] int slope, [Out] ImGearOCROrientationMode orientation )
Parameters
- slope
- Variable to receive detected skew of the image.
- orientation
- Variable to receive detected orientation of the image.