LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ImageXml Property






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 byte[] ImageXml {get; set;}
 get_ImageXml();
set_ImageXml(value);
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: 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

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices

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