ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphImage Class / Image Property

In This Topic
    Image Property (ParagraphImage)
    In This Topic
    Gets or sets an System.Drawing.Image that is rendered by the current ParagraphImage object.
    Syntax
    'Declaration
     
    Public Property Image As System.Drawing.Image
    public System.Drawing.Image Image {get; set;}
    See Also