Gets or sets a bound image in binary format.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
[ObsoleteAttribute("BoundImageBinary property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")] public byte[] BoundImageBinary { get; set; } |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("BoundImageBinary property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")> _ Public Property BoundImageBinary As Byte() |
Visual C++ |
---|
[ObsoleteAttribute(L"BoundImageBinary property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")] public: property array<unsigned char>^ BoundImageBinary { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |