Initializes a new instance of the PrintPageEventArgs class.
[Visual Basic] Public Sub New( _ ByVal graphics As Graphics, _ ByVal marginBounds As Rectangle, _ ByVal pageBounds As Rectangle, _ ByVal pageSettings As PageSettings _ ) [C#] public PrintPageEventArgs( Graphics graphics, Rectangle marginBounds, Rectangle pageBounds, PageSettings pageSettings ); [C++] public: PrintPageEventArgs( Graphics* graphics, Rectangle marginBounds, Rectangle pageBounds, PageSettings* pageSettings ); [JScript] public function PrintPageEventArgs( graphics : Graphics, marginBounds : Rectangle, pageBounds : Rectangle, pageSettings : PageSettings );
PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace | Graphics | Rectangle