ImageScannerFlatbedConfiguration.MinScanArea 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 minimum scan area in inches. The minimum scan area is the smallest size a document can have in order for a flatbed to scan it.
public:
property Size MinScanArea { Size get(); };
Size MinScanArea();
public Size MinScanArea { get; }
var size = imageScannerFlatbedConfiguration.minScanArea;
Public ReadOnly Property MinScanArea As Size
Property Value
The width and height of the area.