ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Drawing.Image
    public System.Drawing.Image PageImage {get;}
    See Also