'Declaration Public Function New( _ ByVal printManager As C1PrintManager, _ ByVal pageImage As Image, _ ByVal printableArea As RectangleF, _ ByVal printPageEventArgs As PrintPageEventArgs _ )
public AdjustPrintPageEventArgs( C1PrintManager printManager, Image pageImage, RectangleF printableArea, PrintPageEventArgs printPageEventArgs )
Parameters
- printManager
 - The print manager that is printing the document.
 - pageImage
 - The current page image (usually a System.Drawing.Imaging.Metafile).
 - printableArea
 - The printable area (in hundredths of an inch).
 - printPageEventArgs
 - The current PrintPageEventArgs.