PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class / PageImage Property

In This Topic
    PageImage Property (AdjustPrintPageEventArgs)
    In This Topic
    Gets the current page image (usually this is a System.Drawing.Imaging.Metafile).
    Syntax
    'Declaration
     
    Public ReadOnly Property PageImage As Image
    public Image PageImage {get;}
    See Also