[To be supplied.]
The following declaration shows the syntax for a method that handles the PrintPage event.
[Visual Basic] Private Sub PrintDocumentName_PrintPage( _ ByVal sender As Object, _ ByVal e As PrintPageEventArgs _ ) [C#] private void PrintDocumentName_PrintPage( object sender, PrintPageEventArgs e ); [C++] private: void PrintDocumentName_PrintPage( Object* sender, PrintPageEventArgs* e ); [JScript] private PrintDocumentName_PrintPage( sender : Object, e : PrintPageEventArgs );
Property | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
PrintDocument Class | PrintDocument MembersTopic | System.Drawing.Printing Namespace | PrintDocument.OnBeginPrint | PrintDocument.BeginPrint | PrintDocument.OnEndPrint | PrintDocument.EndPrint | PrintDocument.OnPrintPage | PrintDocument.OnQueryPageSettings | PrintDocument.QueryPageSettings