AutoSkew

AutoSkew()

Enables the automatic image skew correction.

public static PreprocessingFilter AutoSkew()

Return Value

AutoSkewFilter object.

See Also


AutoSkew(Rectangle)

Enables the automatic image part skew correction.

public static PreprocessingFilter AutoSkew(Rectangle area)
ParameterTypeDescription
areaRectangleCoordinates of the part of the image to be corrected.

Return Value

AutoSkewFilter object.

See Also