PDFPrintTaskCompleted Event |
Raised when the PDFPrintTask is completed and guarantees that the PDFDoc object is no longer in use by
the PDFPrintManager
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public event TypedEventHandler<Object, PDFPrintTaskCompletion> Completed
Public Event Completed As TypedEventHandler(Of Object, PDFPrintTaskCompletion)
public:
virtual event TypedEventHandler<Object^, PDFPrintTaskCompletion>^ Completed {
void add (TypedEventHandler<Object^, PDFPrintTaskCompletion>^ value);
void remove (TypedEventHandler<Object^, PDFPrintTaskCompletion>^ value);
}
function add_Completed(value);
function remove_Completed(value);
Value
Type:
TypedEventHandlerObject,
PDFPrintTaskCompletionSee Also