LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BindingData Property

Show in webframe





Gets or sets the extra data used when saving image to a data binding object.
Syntax
[BrowsableAttribute(false)]
public byte[] BindingData {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Property BindingData As Byte()
'Usage
 
Dim instance As RasterImageViewer
Dim value() As Byte
 
instance.BindingData = value
 
value = instance.BindingData

            

            
[BrowsableAttribute(false)]
public:
property array<byte>^ BindingData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Byte array that contains the extra data used when saving image to a data binding object.
Remarks
The default implementation uses this property to save region and annotations data when the image is saved to a data binding object.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.