LEADTOOLS Annotations (Leadtools.Annotations assembly)

ImageXml Property

Show in webframe





Used internally by the LEADTOOLS framework.
Syntax
public byte[] ImageXml {get; set;}
'Declaration
 
Public Property ImageXml As Byte()
'Usage
 
Dim instance As AnnPicture
Dim value() As Byte
 
instance.ImageXml = value
 
value = instance.ImageXml

            

            
public:
property array<byte>^ ImageXml {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A string representing the System.Drawing.Image object associated with this AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


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