Class RotationFill
Inheritance
System.Object
RotationFill
Assembly: IronOcr.dll
Syntax
public sealed class RotationFill : Enum
Choosing how a rotated image fills the empty corners left after a deskew or orientation correction runs through RotationFill. When a page is rotated to straighten skewed scan lines, the triangular areas around the new edges have no source pixels, and this value decides what color fills them. Black pads those corners with black, suited to inverted or dark-background scans, and White pads with white, the natural choice for ordinary documents on a light background. The orientation correction how-to walks through straightening a tilted scan.
Fields
Black
Declaration
public const RotationFill Black
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
White
Declaration
public const RotationFill White
Field Value