BindingData Property

Summary

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

Syntax

C#
C++/CLI
C++
public byte[] BindingData { get; set; } 
[BrowsableAttribute(false)] 
public: 
property array<byte>^ BindingData { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 
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

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.