Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnPicture Class : ImageXml Property |
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); }