팩토리 » Api

xplusgetsysdefaultprintername

Description

현재 PC에 설정되어 있는 기본 프린터 이름을 가져오는 API이다.

Return Value

Type Description
STRING 프린터 이름

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnGetPrinterName_on_mouseup() { var strPrintername = factory.xplusgetsysdefaultprintername(); screen.alert("프린터 이름 : " + strPrintername); }

Viewer Ver.

9.1.1.1

Update Date

20210830