다음을 통해 공유


ImageScannerAutoConfiguration.IsFormatSupported(ImageScannerFormat) 메서드

정의

입력 스캐너가 지정된 파일 형식을 지원하는지 여부를 확인합니다.

public:
 virtual bool IsFormatSupported(ImageScannerFormat value) = IsFormatSupported;
bool IsFormatSupported(ImageScannerFormat const& value);
public bool IsFormatSupported(ImageScannerFormat value);
function isFormatSupported(value)
Public Function IsFormatSupported (value As ImageScannerFormat) As Boolean

매개 변수

value
ImageScannerFormat

파일 형식입니다.

반환

Boolean

bool

True이면 지정된 파일 형식이 지원됩니다. 그렇지 않으면 False입니다.

구현

적용 대상