[]
Creates a new instance of AdjustPrintPageEventArgs.
public AdjustPrintPageEventArgs()
Public Sub New()
Creates a new instance of AdjustPrintPageEventArgs.
public AdjustPrintPageEventArgs(C1PrintManager printManager, Image pageImage, RectangleF printableArea, PrintPageEventArgs printPageEventArgs)
Public Sub New(printManager As C1PrintManager, pageImage As Image, printableArea As RectangleF, printPageEventArgs As PrintPageEventArgs)
| Type | Name | Description |
|---|---|---|
| C1PrintManager | printManager | The print manager that is printing the document. |
| Image | pageImage | The current page image (usually a Metafile). |
| RectangleF | printableArea | The printable area (in hundredths of an inch). |
| PrintPageEventArgs | printPageEventArgs | The current PrintPageEventArgs. |