Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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:
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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)