ImageScannerFlatbedConfiguration.MaxScanArea 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 the maximum scan area dimensions in inches. The maximum scan width is the widest a document can be in order for the scanner's flatbed to scan it.
public:
property Size MaxScanArea { Size get(); };
Size MaxScanArea();
public Size MaxScanArea { get; }
var size = imageScannerFlatbedConfiguration.maxScanArea;
Public ReadOnly Property MaxScanArea As Size
Property Value
The width and height of the area.