Printer.PrinterExpose Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PrinterExpose(
Usual oPrinterExposeEvt = default
)
Request Example
View SourceParameters
- 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