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

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