 | XRasterIOIsExtensionExportSupported Method |
this객체가 Export기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic bool IsExtensionExportSupported(
string strFileType
)
Parameters
- strFileType
- Type: SystemString
[In] String형의 확장자 타입(예: tif, bmp, ntf .. 등).
Return Value
Type:
Boolean 성공이면 true, 실패이면 false
See Also