ImageScannerFeederConfiguration.PageSize 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 or sets the currently selected page size to scan from the feeder.
public:
property PrintMediaSize PageSize { PrintMediaSize get(); void set(PrintMediaSize value); };
PrintMediaSize PageSize();
void PageSize(PrintMediaSize value);
public PrintMediaSize PageSize { get; set; }
var printMediaSize = imageScannerFeederConfiguration.pageSize;
imageScannerFeederConfiguration.pageSize = printMediaSize;
Public Property PageSize As PrintMediaSize
Property Value
The page size.
Remarks
When the AutoDetectPageSize property is True the scanner device automatically detects at scan time the size of the document pages to scan and the values of the PageSize and PageOrientation properties are ignored.
When the AutoCroppingMode property is SingleRegion or MultiRegion, the scanner device will detect crop regions (and scan them to separate images) while the feeder feeds and scans the specified document size.