다음을 통해 공유


IImageScannerFormatConfiguration.IsFormatSupported(ImageScannerFormat) 메서드

정의

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

public:
 bool IsFormatSupported(ImageScannerFormat value);
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입니다.

적용 대상