次の方法で共有


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 の 値は無視されます。

適用対象