ImageScannerFeederConfiguration.AutoDetectPageSize 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 page size automatic detection feature for the scanner's feeder.
public:
property bool AutoDetectPageSize { bool get(); void set(bool value); };
bool AutoDetectPageSize();
void AutoDetectPageSize(bool value);
public bool AutoDetectPageSize { get; set; }
var boolean = imageScannerFeederConfiguration.autoDetectPageSize;
imageScannerFeederConfiguration.autoDetectPageSize = boolean;
Public Property AutoDetectPageSize As Boolean
Property Value
Boolean
bool
True if the page size automatic detection feature is enabled; otherwise False.
Remarks
This property can be True only if CanAutoDetectPageSize property is True. When this property is True the PageSize and PageOrientation values are ignored.