←Select platform

ImageXml Property

Summary

Used internally by the LEADTOOLS framework.

Syntax

C#
VB
C++
[XmlElementAttribute(ElementName="Image")] 
public byte[] ImageXml { get; set; } 
  
Public Property ImageXml As Byte() 
public: 
property array<byte>^ ImageXml { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

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

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.Annotations Assembly