다음을 통해 공유


ImageScannerFlatbedConfiguration.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

지정된 파일 형식이 지원되는지 여부를 나타냅니다.

구현

적용 대상