메인 콘텐츠로 건너뛰기
이 객체는 Windows용 FRE에서 구현됩니다.
이 객체는 소스의 스캔 설정에 액세스할 수 있게 해줍니다.
기본적으로 스캔 영역 사각형은 설정되어 있지 않습니다(모든 속성 PaperBottom, PaperLeft, PaperRight, PaperTop이 0으로 설정됨). 이 경우 스캔 영역은 스캐너에서 선택하며, 일반적으로 사용 가능한 전체 스캔 영역이 선택됩니다.

속성

,읽기 전용

Engine 객체를 반환합니다.

이미지 유형(흑백, 회색조, 컬러)을 설정합니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

스캔된 이미지에 사용할 압축 유형을 지정합니다. 사용 가능한 압축 유형은 이미지의 색상 모드에 따라 달라집니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

스캔된 이미지의 밝기(0~100)를 지정합니다. BrightnessControl 속성이 SBC_Manual로 설정된 경우에만 유효합니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

밝기 제어 모드를 설정합니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

이미지 해상도를 지정합니다. 이 속성은 1001200 범위의 임의 값으로 설정할 수 있으나, 최상의 인식 결과를 위해 200600 범위에서 100의 배수로 설정하는 것을 권장합니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

이미지 회전 각도를 설정합니다(스캔 완료 후 적용).

이 속성의 기본값은 스캐너에 따라 다릅니다.

용지 크기를 설정합니다.

이 속성의 기본값은 스캐너에 따라 다릅니다.

스캔 영역 사각형의 하단 경계 좌표(밀리인치 단위)를 설정합니다. PaperSize = SPS_Custom인 경우에만 유효합니다.

기본값은 0입니다.

스캔 영역 사각형의 왼쪽 경계 좌표(밀리인치 단위)를 설정합니다. PaperSize = SPS_Custom인 경우에만 유효합니다.

기본값은 0입니다.

Sets the coordinate of the right border of the scanning area rectangle (in milli-inch). It is only valid if PaperSize = SPS_Custom.

By default, this property is set to 0.

Sets the coordinate of the top border of the scanning area rectangle (in milli-inch). It is only valid if PaperSize = SPS_Custom.

By default, this property is set to 0.

Specifies whether multi-page scanning is enabled.

By default, this property is set to FALSE.

If scanning options are set in FineReader Engine dialog box to use the automatic feeder, the value of this property is ignored and multi-page scanning is enabled. This is because automatic feeder is supposed to be used for multi-page scanning.

Sets the required delay between scanned pages (no pause, delay for specified number of seconds, prompt for next page).

By default, this property is equal to SPM_None.

Sets the pause between pages in sec. It is only valid if PauseBetweenPagesMode = SPM_PresetDelay.

Some scanners with automatic document feeder may ignore the value of this property.

By default, this property is 0.

Specifies whether an automatic document feeder must be used.

The default value of this property depends on the scanner: if the scanner has a flatbed, it is equal to SPFM_Flatbed. If not, it is SPFM_AutoFeeder.

Specifies whether duplex scanning must be used.

If DuplexMode is set to TRUE you must also set MultipleImagesEnabled to TRUE.

By default, this property is set to FALSE.

Setting this property to TRUE enables automatic skew correction, if this feature is supported by the scan source (seeScanSourceCapabilities::CorrectSkewSupported).

By default, this property is set to FALSE.

이 속성을 TRUE로 설정하면 스캔 소스에서 해당 기능을 지원하는 경우 빈 페이지가 자동으로 제거됩니다(ScanSourceCapabilities::DiscardBlankPagesSupported참조).

기본적으로 이 속성은 FALSE로 설정되어 있습니다.

ScanSourceSettings 객체 다이어그램

예제

이 객체는 스캔 예제 코드에서 사용됩니다.

참고 항목

ScanManager 스캐닝 속성 사용하기