• Barcode Xpress Overview
    • System Requirements
    • Accusoft Support
    • Legal
      • Copyright Information
      • Software License Agreement
      • Third-Party Attributions
  • Release Notes
  • Getting Started
    • Unlicensed Evaluation
    • Try the Sample Application
    • Create Your First Project
    • Installation
    • Try the Barcode Scanner REST API
  • Developer Guide
    • How To
      • Acquire an Image for Barcode Recognition
      • Analyze Barcodes
      • Access Results
      • 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
        • Registration
          • Registering When Connected to the Internet
          • Registering When Disconnected from the Internet
        • Developing Code
        • Command Line Mode
      • Runtime Licensing
        • Automatically Reported Runtime (Node-Locked)
          • Licensing API
          • License Pools
          • License Configuration Files
          • Server Licensing Utility (SLU)
            • Command Line Mode
        • Manually Reported Runtime (None-Node-Locked)
      • Deployment / Distributing
        • Distributing Barcode Xpress for Java
      • 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
    • Accusoft.BarcodeXpress.Java Project
      • Overview
      • Packages
        • com.accusoft.barcodexpress Package
          • Overview
          • Classes
            • BarcodeException
              • Overview
              • Members
              • Methods
                • getNextException Method
                • getStatus Method
                • toString Method
            • BarcodeReader
              • Overview
              • Members
              • Methods
                • analyze Method
                • getAdditionalReadingPass Method
                • getArea Method
                • getBarcodeTypes Method
                • getCode39StartStopPatternsAreMandatory Method
                • getOrientation Method
                • getRoyalMailVariableLengthDecoding Method
                • getScanDistance Method
                • setAdditionalReadingPass Method
                • setArea Method
                • setBarcodeTypes Method
                • setCode39StartStopPatternsAreMandatory Method
                • setOrientation Method
                • setRoyalMailVariableLengthDecoding Method
                • setScanDistance Method
            • BarcodeXpress
              • Overview
              • Members
              • BarcodeXpress Constructor
              • Methods
                • getReader Method
                • setOemLicenseKey Method
                • setSolutionKey Method
                • setSolutionName Method
            • Result
              • Overview
              • Members
              • Result Constructor
              • Methods
                • getArea Method
                • getConfidence Method
                • getData Method
                • getPoint1 Method
                • getPoint2 Method
                • getPoint3 Method
                • getPoint4 Method
                • getPoints Method
                • getSkew Method
                • getType Method
                • getValue Method
          • Enumerations
            • BarcodeType
            • Orientation
    • Barcode Scanner REST API