다음을 통해 공유


ImageScanner.IsPreviewSupported(ImageScannerScanSource) 메서드

정의

지정된 검사 원본이 검사 미리 보기를 지원하는지 여부를 확인합니다.

public:
 virtual bool IsPreviewSupported(ImageScannerScanSource scanSource) = IsPreviewSupported;
bool IsPreviewSupported(ImageScannerScanSource const& scanSource);
public bool IsPreviewSupported(ImageScannerScanSource scanSource);
function isPreviewSupported(scanSource)
Public Function IsPreviewSupported (scanSource As ImageScannerScanSource) As Boolean

매개 변수

scanSource
ImageScannerScanSource

검사 원본입니다.

반환

Boolean

bool

지정한 검사 원본이 미리 보기를 지원하는 경우 True를 반환합니다. 그렇지 않으면 False입니다.

적용 대상