PrintImageEventArgs Constructor |
Creates a new instance of PrintImageEventArgs.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic PrintImageEventArgs(
Graphics graphics,
Rectangle marginBounds,
Rectangle pageBounds,
PageSettings pageSettings
)
Public Sub New (
graphics As Graphics,
marginBounds As Rectangle,
pageBounds As Rectangle,
pageSettings As PageSettings
)
Parameters
- graphics
- Type: System.Drawing.Graphics
The graphics object associated with the print job. - marginBounds
- Type: System.Drawing.Rectangle
The area within the margins. - pageBounds
- Type: System.Drawing.Rectangle
The bounds of the page. - pageSettings
- Type: System.Drawing.Printing.PageSettings
The PageSettings object associated with the print job.
See Also