[]
Creates a new instance of AdjustPrintPageEventArgs.
public AdjustPrintPageEventArgs()
Creates a new instance of AdjustPrintPageEventArgs.
public AdjustPrintPageEventArgs(C1PrintManager printManager, Image pageImage, RectangleF printableArea, PrintPageEventArgs 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. |