Property MinAngle
MinAngle
Gets or sets the minimum absolute angle, in degrees, required to apply deskew.
public float MinAngle { get; set; }
Property Value
Remarks
If the measured skew is below this threshold, no rotation is applied and Deskew(DeskewParameters) returns a ImageBuffer.DeskewResult whose Image is null. The default is 0.5°.