PrintImageEventArgs Class Members
In This Topic
The following tables list the members exposed by
PrintImageEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | Cancel | Gets or sets a value indicating whether the print job should be canceled. |
 | HasMoreImages | Gets or sets a value indicating whether an additional image should be printed. |
 | Image | Gets or sets the image that should be printed. |
See Also