次の方法で共有


ImageScannerFeederConfiguration.Duplex プロパティ

定義

スキャナーのフィーダーがドキュメント ページの両側をスキャンできるかどうかを示します。

public:
 property bool Duplex { bool get(); void set(bool value); };
bool Duplex();

void Duplex(bool value);
public bool Duplex { get; set; }
var boolean = imageScannerFeederConfiguration.duplex;
imageScannerFeederConfiguration.duplex = boolean;
Public Property Duplex As Boolean

プロパティ値

Boolean

bool

フィーダーがページの両側をスキャンできる場合は True を返します。

適用対象