Share via


ImageScannerFeederConfiguration.AutoDetectPageSize Property

Definition

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.

Applies to