Click or drag to resize

Printer.PrinterExpose Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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