C#
VB
C++
Cancels the print job with the specified job id.
public void CancelPrintedJob(
int jobID
)
jobID
Id of the print job to cancel
Calling this method will raise the JobEvent with a status of JobEnd.
Refer to Specifications example.