StopPrinter

Printer ››
Parent Previous Next

StopPrinter

Синтаксис

Sub StopPrinter()

Описание

Используется для завершения печати и освобождения используемых ресурсов.

Параметры

нет

Платформы

Windows

Пример

#include "window9.bi"
Dim Po As window9.SinglePoint
window9.StartPrinter(@po)
window9.PageStart()
BoxDraw(10*po.x,10*po.y,100*po.x,100*po.y,,&hff00ff)
window9.PageEnd()
window9.StopPrinter()

Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator