다음을 통해 공유


IImageScannerSourceConfiguration.DesiredResolution 속성

정의

앱이 DPI에서 요청하는 검사 원본에 대한 가로 및 세로 검사 해상도를 가져오거나 설정합니다.

public:
 property ImageScannerResolution DesiredResolution { ImageScannerResolution get(); void set(ImageScannerResolution value); };
ImageScannerResolution DesiredResolution();

void DesiredResolution(ImageScannerResolution value);
public ImageScannerResolution DesiredResolution { get; set; }
var imageScannerResolution = iImageScannerSourceConfiguration.desiredResolution;
iImageScannerSourceConfiguration.desiredResolution = imageScannerResolution;
Public Property DesiredResolution As ImageScannerResolution

속성 값

가로 및 세로 해상도(픽셀)입니다.

설명

이 속성 값은 MinResolution, MaxResolution 또는 OpticalResolution일 수 있습니다. 그러나 앱에서 이 값을 다른 해상도로 설정하는 경우 이 속성은 가장 가까운 해상도 값을 선택합니다. ActualResolution 속성을 참조하세요.

적용 대상