Called immediately after the PrintDocument's PrintPage event is raised. If an exception is thrown inside the PrintDocument's PrintPage event, this method will not be called.
[Visual Basic] MustOverride Public Sub EndPage( _ ByVal document As PrintDocument, _ ByVal e As PrintPageEventArgs _ ) [C#] public abstract void EndPage( PrintDocument document, PrintPageEventArgs e ); [C++] public: virtual void EndPage( PrintDocument* document, PrintPageEventArgs* e ) = 0; [JScript] public abstract function EndPage( document : PrintDocument, e : PrintPageEventArgs );
PrintController Class | PrintController Members | System.Drawing.Printing Namespace