Click or drag to resize
XDL

XioInitialize Method

래스터/벡터 IO를 위한 초기화(드라이버 로딩 및 초기화)를 수행한다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntax
C#
public static bool Initialize(
	out string outError
)

Parameters

outError  String
초기화되지 않는 경우 오류 메시지

Return Value

Boolean
초기화되면 true를, 그렇지 않으면 false를 반환한다.
See Also