Click or drag to resize

Printer.PrinterExpose Method

X#
Invoked for each page (or part of a page) of the print job whenever it needs repainting.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PrinterExpose(
	oPrinterExposeEvt
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPrinterExposeEvt (Optional)
Type: Usual
The expose event that describes which page (or part of a page) of the print job needs painting.

Return Value

Type: Usual
TRUE if there is another page (or part of a page) to print; FALSE if the last page has been printed.
See Also