• Barcode Xpress Overview
    • System Requirements
    • Accusoft Support
    • Glossary
    • Legal
      • Copyright Information
      • Software License Agreement
      • Third-Party Attributions
  • Release Notes
  • Getting Started
    • Unlicensed Evaluation
    • Try the Sample Application
    • Create Your First Project
    • Installation
    • Upgrading from Barcode Xpress 12 to Barcode Xpress 13
    • Try the Barcode Scanner REST API
  • Developer Guide
    • 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
      • Use the Barcode Scanner REST API
        • Authenticate with Accusoft REST APIs
        • Upload Files to the Work File Service
        • Search for Specific Barcode Types
    • Licensing & Distributing
      • License Manager
      • Toolkit Licensing
        • Assigned Toolkit License
        • Product Editions
        • Developing Code
        • Command Line Mode
        • Registration
          • Registering When Connected to the Internet
          • Registering When Disconnected from the Internet
      • 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)
      • Distributing Applications and Deployment
        • Distributing Barcode Xpress for Linux
      • Licensing Glossary
  • Supported Barcode Types
    • Checksums
    • Code39StartStopPatternsAreMandatory
    • Barcode Types
      • Add 2
      • Add 5
      • 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
      • GS1 DataBar
      • IATA 2 of 5
      • Industry 2 of 5
      • Intelligent Mail
      • Interleaved 2 of 5
      • Inverted 2 of 5
      • Matrix 2 of 5
      • MicroPDF417
      • Micro QR
      • Patch Code
      • PDF417
      • PLANET
      • PostNet
      • QR Code
      • Royal Post 4-State Barcode
      • UPC-A
      • UPC-E
      • UPU S18 4-State Barcode
  • 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_BarcodeResult2D
        • 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
        • ModeTransitionType
        • Barcode
        • Rectangle
        • Point
        • BarcodeError
    • Barcode Scanner REST API