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); }