Click or drag to resize
XDL

XRasterIOIsExtensionImportSupported Method

입력(import) 기능에 특정 파일 형식을 지원하는지 확인한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 2.0.3.31
Syntax
C#
public bool IsExtensionImportSupported(
	string strFileType
)

Parameters

strFileType
Type: SystemString
[In] String형의 확장자(예: tif, bmp, ntf .. 등).

Return Value

Type: Boolean
true, 실패이면
See Also