Gets or sets a bound image in Base64 string 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("BoundImageBase64 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 string BoundImageBase64 { get; set; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("BoundImageBase64 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 BoundImageBase64 As String |
| Visual C++ |
|---|
[ObsoleteAttribute(L"BoundImageBase64 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 String^ BoundImageBase64 { String^ get (); void set (String^ value); } |