화면 » Api

getprintscreencontent

Description

화면 내부의 내용에 대한 출력용 HTML 문자열을 반환한다.

Parameters

Parameters Type Description
strHeadTitle STRING 출력물 헤더부 문자열

Return Value

Type Description
STRING 출력용 HTML 문자열

Remark

내부적으로 printscreencontent API를 수행한 결과 HTML 문자열을 반환한다.

Example

function btn_on_mouseup() { var print_html; print_html = screen.getprintscreencontent(); screen.alert("print_html.length = " + print_html.length); }

See Also

printscreencontent

Viewer Ver.

23.12.27.1

Update Date

20231227