Click or drag to resize

AutoDeskewCommandBackgroundColor Property

Gets or sets the background color to use when de-skewing the image.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color BackgroundColor { get; set; }

Property Value

Type: Color
The background color to use when de-skewing the image.
Remarks
The background color is only relevant when the CropMode is set to None or OriginalSize. The default value is White.
See Also