IImageScannerSourceConfiguration.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 longest width a document can have in order for the feeder and flatbed to scan it.
public:
property Size MaxScanArea { Size get(); };
Size MaxScanArea();
public Size MaxScanArea { get; }
var size = iImageScannerSourceConfiguration.maxScanArea;
Public ReadOnly Property MaxScanArea As Size
Property Value
The width and height of the area.
Remarks
For feeder scan sources, there are restrictions for the maximum scan area:
- The currently selected page size, if page size auto-detection is not enabled.
- The dimensions of the selected page size, which becomes the new maximum dimensions of the permissible scan area. These limits are dictated by hardware for feeder, flatbed, and other types of scan sources.