LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

BindingData Property






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 byte[] BindingData {get; set;}
BrowsableAttribute()
 get_BindingData();
set_BindingData(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.