Image property contains an internal representation of the image. All image processing and barcode reading methods are applied to this image.
Before use, it should be assigned an initialized CiImage object or initialized using CiImage.Open, CiImage.Copy, CiImage.Create or CiImage.CreateBpp methods.. Alternatively Image can be initialized by using ImageIO.Open method.
When processing done save image to a file using CiImage.SaveAs, CiImage.Append methods.
Image also can be assigned to Image property of several ClearImage namespace class, e.g. ClearImage.CiRepair.Image or ClearImage.CiBarcodePro.Image properties to perform lower level image processing and barcode reading.