ClearImageNet provides a .NET managed API supporting the AnyCPU configuration.
-
ClearImageNet Namespace - Implements the functionality of the underlying ClearImage Engines through a higher-level API. This namespace is recommended for new application development. Major classes in this namespace are:
-
Image IO Class - Extends the image I/O capabilities of the .NET image I/O. Loads and stores Bitmap object from/in a wide selection of file types, including PDF-based images. Obtains extended information about the structure of image files. Uses the underlying ClearImage.CiImage IO methods.
-
ImageEditor Class - Modifies and analyzes images using the underlying ClearImage Repair and Tools engines.
-
BarcodeReader Class - Reads barcodes from images using underlying ClearImage Pdf417, ClearImage DataMatrix, ClearImage QR, and ClearImage Barcode 1D Pro .
- ClearImage Namespace - Implements classes which substantially mirror the ClearImage COM API. Use of this namespace is recommended for easy porting of existing ClearImage COM and ClearImage Interop applications to the managed API. It also includes few capabilities not available ClearImageNet namespace.
See .NET API guidelines on Inlite's How-to Web Site. This site also shows code example in various languages.
Namespaces
Namespace | Description |
Inlite.ClearImage | This Namespace mirrors the ClearImage COM API, to facilitate easy porting of existing COM and Interop applications. |
Inlite.ClearImageNet | Higher level barcode recognition and image processing API. |
Inlite.Data | Driver License and ID Cards Decoder |