PDFPrintTaskProgressing Event |
Raised to provide progress information about how much of the printed content has been submitted to the print subsystem for printing.
Mirrors Windows.Graphics.Printing.PrintTask
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public event TypedEventHandler<Object, PrintTaskProgressingEventArgs> Progressing
Public Event Progressing As TypedEventHandler(Of Object, PrintTaskProgressingEventArgs)
public:
virtual event TypedEventHandler<Object^, PrintTaskProgressingEventArgs^>^ Progressing {
void add (TypedEventHandler<Object^, PrintTaskProgressingEventArgs^>^ value);
void remove (TypedEventHandler<Object^, PrintTaskProgressingEventArgs^>^ value);
}
function add_Progressing(value);
function remove_Progressing(value);
Value
Type:
TypedEventHandlerObject,
PrintTaskProgressingEventArgsSee Also