←Select platform

BindingData Property

Summary

Gets or sets the extra data used when saving image to a data binding object.

Syntax

C#
VB
C++
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>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly