Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class / PageImage Property

In This Topic
    PageImage Property
    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