Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BkHim Class / imageBlob Property


In This Topic
    imageBlob Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property imageBlob As Byte()
    'Usage
     
    
    Dim instance As BkHim
    Dim value() As Byte
     
    instance.imageBlob = value
     
    value = instance.imageBlob
    public byte[] imageBlob {get; set;}
    See Also