ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImageData Class / Data Property

In This Topic
    Data Property (C1BinaryImageData)
    In This Topic
    The binary image data.
    Syntax
    'Declaration
     
    Public Property Data As System.Byte()
    public System.byte[] Data {get; set;}
    See Also