Print
CLASS Printer

CLASS Print.Printer

Represents a printer on the network.

Author:
John Green August 2009

Method Summary
INT64 addToQueue (PrintDocument printDocument)
           Submit a PrintDocument to this printer.
VOID removeFromQueue (INT64 jobID)
           Remove a job from this printer's queue.
 

Method Detail

addToQueue

PUBLIC INT64 addToQueue(PrintDocument printDocument)
Submit a PrintDocument to this printer.

Parameters:
printDocument - The document to print.
Returns:
The print job ID.

removeFromQueue

PUBLIC VOID removeFromQueue(INT64 jobID)
Remove a job from this printer's queue.

Parameters:
jobID - The print job ID.