IImageScannerSourceConfiguration.AutoCroppingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the automatic crop mode.
When automatic detection is enabled on the scan source, the automatic crop mode indicates whether to scan one region or multiple regions. When a new scan session starts, the default value is Disabled.
public:
property ImageScannerAutoCroppingMode AutoCroppingMode { ImageScannerAutoCroppingMode get(); void set(ImageScannerAutoCroppingMode value); };
ImageScannerAutoCroppingMode AutoCroppingMode();
void AutoCroppingMode(ImageScannerAutoCroppingMode value);
public ImageScannerAutoCroppingMode AutoCroppingMode { get; set; }
var imageScannerAutoCroppingMode = iImageScannerSourceConfiguration.autoCroppingMode;
iImageScannerSourceConfiguration.autoCroppingMode = imageScannerAutoCroppingMode;
Public Property AutoCroppingMode As ImageScannerAutoCroppingMode
Property Value
The automatic crop mode for the scan.