Print
INTERFACE PrintDocument

INTERFACE Print.PrintDocument

Declare print services for a Document which may be printed.

For documents like Quotes, Invoices, etc.
Author:
John Green, August 2009

Method Summary
INT64 print ()
           Print the document.
VOID printPreview ()
           Preview the document.
 

Method Detail

print

PUBLIC INT64 print()
Print the document.

Implementing classes must provide a print() method for submitting the document to a printer.
Returns:
The implementing method must return the print job ID.

printPreview

PUBLIC VOID printPreview()
Preview the document.

Implementing classes must provide a printPreview() method for providing a print preview of the document.