Function |
Description |
---|
BeginJob() |
Opens the spool file for the job |
CanContinue() |
Tests whether anything prevents the job from continuing |
CancelJob() |
Cancels print job and eliminates spool file |
CommitJob() |
Commits spooled pages to the printer |
ConfigJob() |
Asks Print Server to ask user to define the print job |
ConfigPage() |
Asks Print Server to ask user to configure the page |
DrawView() |
Display view on a page |
FirstPage() |
Returns number of first page to be printed |
GetResolution() |
Determines the printer's resolution |
IsSettingsMessageValid() |
Determines if a settings message is valid |
LastPage() |
Returns number of last page to be printed |
PaperRect() |
Returns paper size in a BRect |
BPrintJob() |
Constructor |
~BPrintJob() |
Destructor |
PrintableRect() |
Returns printable area on paper in a BRect |
PrinterType() |
Determines what type of printer will be used for the job |
SetSettings() |
Sets current printing configuration |
Settings() |
Returns current printing configuration |
SpoolPage() |
Add page to the spool file |