다음을 통해 공유


ImageScannerFeederConfiguration.CanScanDuplex 속성

정의

스캐너의 피더가 이중 검사를 수행할 수 있는지 여부를 가져옵니다(문서 페이지 측면, 앞면 및 후면 모두 검사). 이중 모드로 스캔할 때 동일한 검사 설정(예: 색 모드 및 스캔 해상도)이 두 페이지 쪽을 스캔하기 위해 적용됩니다.

public:
 property bool CanScanDuplex { bool get(); };
bool CanScanDuplex();
public bool CanScanDuplex { get; }
var boolean = imageScannerFeederConfiguration.canScanDuplex;
Public ReadOnly Property CanScanDuplex As Boolean

속성 값

Boolean

bool

이중 검사를 사용할 수 있는지 여부를 나타냅니다.

적용 대상