Snippets |
NOTE: Image modification and repair methods can be intermixed with image analysis methods to modify images in more flexible and sophisticated ways.
Hardware Requirements |
|
CPU |
Pentium4 or later |
Memory |
512 MB or Greater. |
Software Requirements |
|
Operating system |
Windows 2000, XP, 2003 Server, Vista |
Other Software |
Microsoft .NET Framework 2.0 or later |
Namespace | Description |
---|---|
Inlite.ClearImageNet |
The framework is required for operation of ClearImageNet. It is not required for ClearImage COM, ClearImage Demo or ClearImage Licensing Manager.
Download the .NET Framework 2.0 from Microsoft Website .
Contact Inlite Support for assistance
Email your questions to support@inliteresearch.com.
// Event Handler
private void _OnBarcodeFound (object sender, BarcodeFoundEventArgs e)
{
ProcessBarcode (e.Barcode);
// e.cancel = (e.Count == 3); // Cancel after 3 barcodes are found
}
Main components of ClearImageNet Class Library are:
Image IO Class - Extends the image I/O capabilities of .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 IO and PDF IO engines.
ImageEditor Class - Modifies and analyzes images stored in Bitmap objects. Uses the underlying ClearImage Repair and Tools engines.
BarcodeReader Class - Reads barcodes from a Bitmap or directly from an image file. Uses the underlying ClearImage Pdf417, ClearImage DataMatrix, ClearImage QR, ClearImage Barcode 1D Pro and ClearImage Barcode 1D Basic engines.
To identify the nature of an error:
Verify that error comes from ClearImageNet
uses catch (ClearImageException ex)
OR
Check that Exception.Source is ClearImageNet
Examine Exception.Message to get the error explanation
Examine Exception.StackTrace to identify which method call caused the error
The most common error is a call to an unlicensed method after the 60 day evaluation period has expired. Purchase and register the appropriate ClearImage product.
Copyright © 2009-2010 Inlite Research,
Inc. All rights reserved.
BarcodeDirector v1.0.24