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

In This Topic
    Image Property (DictionaryImage)
    In This Topic
    Gets or sets the Image stored by the current DictionaryImage.
    Syntax
    'Declaration
     
    Public Property Image As System.Drawing.Image
    public System.Drawing.Image Image {get; set;}
    See Also