Printer.Start Method | |
Start a print job or contiguous portion of a print job.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Start(
oRange
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Start(
Usual oRange = default
)
Request Example
View SourceParameters
- oRange (Optional)
- Type: Usual
The range of pages to be printed. For example, to print pages 5 to 10 inclusive, specify Start(Range{5,10}). If omitted, Printer:PrinterExpose() is called until FALSE is returned.
Return Value
Type:
UsualSee Also