ImageScannerFeederConfiguration.PageOrientation 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 orientation that tells how to place the documents in the scanner's feeder input tray.
public:
property PrintOrientation PageOrientation { PrintOrientation get(); void set(PrintOrientation value); };
PrintOrientation PageOrientation();
void PageOrientation(PrintOrientation value);
public PrintOrientation PageOrientation { get; set; }
var printOrientation = imageScannerFeederConfiguration.pageOrientation;
imageScannerFeederConfiguration.pageOrientation = printOrientation;
Public Property PageOrientation As PrintOrientation
Property Value
The orientation of the page.
Remarks
Some devices may not support all orientation values for all PageSize values. For example, a MaxScanArea.Width of 8500 (8.5”) and MaxScanArea.Height of 1100 (11”) can have a PageSize of NorthAmericaLetter and a PageOrientation of Portrait, but can't be Landscape. When the AutoDetectPageSize property is True the scanner device automatically detects at scan time the size of the document pages being scanned and the values of the PageSize and PageOrientation properties are ignored. When the AutoCroppingMode property is SingleRegion or MultipleRegion, the scanner device will detect crop regions (and scan them to separate images) while the feeder feeds and scans the specified document size.