Click or drag to resize

AutoDeskewCommandExtractBoundary Property

Gets or sets a value which will pre-process the image by removing solid filled areas of 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 bool ExtractBoundary { get; set; }

Property Value

Type: Boolean
Remarks
Setting this value to false will improve performance at the expense of accuracy. If the image is known not to have solid filled areas, then it's safe to set this property to false, for an approximate 50% performance gain. The default value is true.
See Also