CancelPrintedJob Method

Summary
Cancels the print job with the specified job id.
Syntax
C#
VB
C++
public void CancelPrintedJob( 
   int jobID 
) 
  
Public Sub CancelPrintedJob( _ 
   ByVal jobID As Integer _ 
)  
public: 
void CancelPrintedJob(  
   int jobID 
)  

Parameters

jobID
Id of the print job to cancel

Remarks

Calling this method will raise the JobEvent with a status of JobEnd.

Example

Refer to Specifications example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.