ClearImage .NET API
Image Property (CiDataMatrix)





Inlite.ClearImage Namespace > CiDataMatrix Class : Image Property
Image as CiImage object
Syntax
'Declaration
 
Public Property Image As CiImage
'Usage
 
Dim instance As CiDataMatrix
Dim value As CiImage
 
instance.Image = value
 
value = instance.Image
public CiImage Image {get; set;}
public read-write property Image: CiImage; 
public function get,set Image : CiImage
public:
property CiImage^ Image {
   CiImage^ get();
   void set (    CiImage^ value);
}
Remarks

Default uninitialized Image is created for this object.  Before use, it should be assigned an initialized CiImage object or initialized using CiImage.OpenCiImage.CopyCiImage.Create or CiImage.CreateBpp methods.

See Also

Reference

CiDataMatrix Class
CiDataMatrix Members