NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintPageEventArgs Class

Provides data for the OnPrintPage event.

Object
   EventArgs
      PrintPageEventArgs

[Visual Basic]
Public Class PrintPageEventArgs
   Inherits EventArgs
[C#]
public class PrintPageEventArgs : EventArgs
[C++]
public __gc class PrintPageEventArgs : public EventArgs
[JScript]
public class PrintPageEventArgs extends EventArgs

Remarks

Rectangle defines the rectangle in which all painting should be done. Graphics defines the graphics object with which to do the painting.

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

PrintPageEventArgs Members | System.Drawing.Printing Namespace | Graphics | Rectangle