C#
VB
C++
Gets or sets the extra data used when saving image to a data binding object.
public byte[] BindingData { get; set; }
<BrowsableAttribute(False)>
Public Property BindingData As Byte()
[BrowsableAttribute(false)]
public:
property array<byte>^ BindingData {
array<byte>^ get();
void set ( array<byte>^ );
}
Byte array that contains the extra data used when saving image to a data binding object.
The default implementation uses this property to save region and annotations data when the image is saved to a data binding object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET