Barcode Xpress for .NET Framework v14.0 - Updated
Developer Guide / How To / Acquire an Image for Barcode Recognition
In This Topic
    Acquire an Image for Barcode Recognition
    In This Topic

    Image Options

    Barcode Xpress works with 1-bit black and white images, 8-bit grayscale images, 24-bit color images and 32-bit color images. To convert other image formats use the ImagXpress ColorDepth method, if you use ImageGear, use the ConvertColorSpace method.

    Barcode Xpress for .NET Framework accepts a System.Object built by another Accusoft component, such as ImagXpress or ImageGear. There are also two other overloads to Analyze, which accept a .NET bitmap or an hDIB, but these require you to do your own memory management and are not recommended.

    See Pass Image Data Between Different Accusoft Components for information about Image Transfer.

    See Also

    Recognize a Barcode

    Access Results

    Create a Barcode

    Overview