ImageScanner.AutoConfiguration 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 and sets the scan settings of the auto-configured scan unit, like the file format, including compression to deliver the scanned data in. This property is ignored if the scanner is not capable of auto-configuration.
public:
property ImageScannerAutoConfiguration ^ AutoConfiguration { ImageScannerAutoConfiguration ^ get(); };
ImageScannerAutoConfiguration AutoConfiguration();
public ImageScannerAutoConfiguration AutoConfiguration { get; }
var imageScannerAutoConfiguration = imageScanner.autoConfiguration;
Public ReadOnly Property AutoConfiguration As ImageScannerAutoConfiguration
Property Value
The scan configuration. Null if the scanner is not capable of auto-configuration.