• User Guide
    • What's New
    • Getting Started
      • System Requirements
      • Installation
      • Upgrading from Barcode Xpress 12 to Barcode Xpress 13
      • Barcode Xpress for Linux Samples
      • Getting Support
    • Supported Barcode Types
    • How To
      • Acquire an Image for Barcode Recognition
      • Analyze Barcodes
      • Analyze Barcodes From Python
      • Access Results
      • Create a Barcode
      • Pass Image Data Between Different Accusoft Components
      • Debug Your Application
    • Concepts
      • Overview
      • Barcode Specifications
        • Barcode Checksums
        • Barcode Types
          • Add 2 and Add 5 Barcode Specifications
          • Australian Post 4-State Barcode
          • Aztec
          • BCD Matrix
          • Codabar
          • Code 32
          • Code 39
          • Code 39 Extended
          • Code 93
          • Code 93 Extended
          • Code 128 and EAN 128
          • DataLogic 2 of 5
          • Data Matrix
          • EAN-8
          • EAN-13 and JAN
          • IATA 2 of 5
          • Industry 2 of 5
          • Intelligent Mail
          • Interleaved 2 of 5
          • Inverted 2 of 5
          • Matrix 2 of 5
          • MicroPDF417
          • Patch Code
          • PDF417
          • Planet
          • PostNet
          • QR Code
          • Royal Post 4-State Barcode
          • UPC-A
          • UPC-E
          • UPU S18 4-State Barcode
      • Glossary
    • Licensing and Distributing
      • License Manager
      • Evaluation Licensing
        • Registering Evaluation Licenses
        • Command Line Mode
        • Evaluation Licensing Troubleshooting
          • Evaluation License Has Expired
          • Evaluation License Has Exceeded Installation Limit
          • Evaluation on a Device without an Internet Connection
      • Toolkit Licensing
        • Assigned Toolkit License
        • Product Editions
        • Registration
          • Registering When Connected to the Internet
          • Registering When Disconnected from the Internet
        • Developing Code
      • Runtime Licensing
        • Automatically Reported Runtime (Node-Locked)
          • Licensing API
          • License Pools
          • License Configuration Files
          • Server Licensing Utility (SLU)
            • Command Line Mode
        • Manually Reported Runtime (Non-Node-Locked)
        • Metered Licensing
      • Distributing Applications and Deployment
        • Distributing Barcode Xpress for Linux
      • Licensing Glossary
      • Software License Agreement
      • Third-Party Attributions
    • Copyright Information
  • API Reference
    • Barcode Component API Reference
      • Barcode Component Functions Reference
        • BX_set_solution_name
        • BX_set_solution_key
        • BX_set_oem_license_key
        • BX_analyze_dib
        • BX_analyze_file
        • BX_analyze_bmp
        • BX_free_analyze_result
        • BX_create_dib
        • BX_create_file
        • BX_free_dib
      • Barcode Component Structures Reference
        • BX_ModeTransition
        • BX_Point
        • BX_Rectangle
        • BX_BarcodeResult
        • BX_Error
        • BX_AnalyzeParameters
        • BX_AnalyzeResult
        • BX_CreateResult
        • BX_CreateParameters
        • BX_CreateParameters1D
        • BX_CreateParameters2D
      • Barcode Component Enumerations Reference
        • BX_Status
        • BX_BarcodeType
        • BX_InkColor
        • BX_Orientation
        • BX_AustralianPostDecodeType
        • BX_ModeTransitionType
        • BX_ShowTextInfo
        • BX_DataMatrixSize
        • BX_QRCodeSize
      • Barcode Component Constants Reference
        • BX_DefaultAnalyzeParameters
        • BX_DefaultCreateParameters
    • BarcodeXpress.py Reference
      • BarcodeXpress.py Functions Reference
        • SetSolutionKey
        • SetSolutionName
        • SetOEMLicenseKey
        • AnalyzeFile
        • AnalyzeOpenCV
      • BarcodeXpress.py Classes Reference
        • BarcodeType
        • InkColor
        • Orientation
        • Barcode
        • Rectangle
        • Point
        • BarcodeError