Called immediately after the PrintDocument's EndPrint event is raised. This method will be called even if an uncaught exception was thrown while printing.
[Visual Basic] MustOverride Public Sub EndPrint( _ ByVal document As PrintDocument, _ ByVal e As PrintEventArgs _ ) [C#] public abstract void EndPrint( PrintDocument document, PrintEventArgs e ); [C++] public: virtual void EndPrint( PrintDocument* document, PrintEventArgs* e ) = 0; [JScript] public abstract function EndPrint( document : PrintDocument, e : PrintEventArgs );
PrintController Class | PrintController Members | System.Drawing.Printing Namespace