ImageScannerFeederConfiguration.AutoDetectPageSize 属性

定义

获取或设置扫描仪送纸器的页大小自动检测功能。

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

属性值

Boolean

bool

如果启用了页面大小自动检测功能,则为 True;否则为 False。

注解

仅当 CanAutoDetectPageSize 属性为 True 时,此属性才能为 True。 当此属性为 True 时, 将忽略 PageSizePageOrientation 值。

适用于