PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class / AdjustPrintPageEventArgs Constructor / AdjustPrintPageEventArgs Constructor(C1PrintManager,Image,RectangleF,PrintPageEventArgs)
The print manager that is printing the document.
The current page image (usually a System.Drawing.Imaging.Metafile).
The printable area (in hundredths of an inch).
The current PrintPageEventArgs.

In This Topic
    AdjustPrintPageEventArgs Constructor(C1PrintManager,Image,RectangleF,PrintPageEventArgs)
    In This Topic
    Creates a new instance of AdjustPrintPageEventArgs.
    Syntax
    '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.
    See Also