←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly