Accusoft.PrintPro8.Net
Dispose(Boolean) Method




Determines whether actual disposition is done. If this value is false, Finish is not called and no changes are made.
Forces destruction of the print job object.
Syntax
'Declaration
 
Public Overloads Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As PrintJob
Dim disposing As Boolean
 
instance.Dispose(disposing)
public void Dispose( 
   bool disposing
)
public: void Dispose( 
   bool disposing
) 
public:
void Dispose( 
   bool disposing
) 

Parameters

disposing
Determines whether actual disposition is done. If this value is false, Finish is not called and no changes are made.
Remarks

If Finish was not called prior to calling this, it is automatically called to finish the print job.

See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback