Reports for WinForms | ComponentOne
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 Image
    public Image Image {get; set;}
    See Also