ImageScannerFlatbedConfiguration.MaxScanArea Property

Definition

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.

Implements

Applies to