ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImage Class / ImageData Property

In This Topic
    ImageData Property
    In This Topic
    Gets or sets the binary image data for the control.
    Syntax
    'Declaration
     
    Public Property ImageData As System.Byte()
    public System.byte[] ImageData {get; set;}
    See Also