• 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 (Command Line)
    • Create Your First Project (Visual Studio)
    • NuGet Package
    • Installation
  • Developer Guide
    • How To
      • Acquire an Image for Barcode Recognition
      • Recognize a Barcode
      • Access Results
      • Build and Run the Sample
      • Include Barcode Xpress For .NET Core In Your Application
      • Debug Your Application
    • Licensing and Distributing
      • License Manager
      • Licensing Glossary
      • Distributing Applications and Deployment
        • Distributing Barcode Xpress
      • Runtime Licensing
        • How to Register an Automatically Reported Runtime License (Node-Locked)
          • Server Licensing Utility (SLU)
          • Command Line Mode
        • How to Register a Manually Reported Runtime License (Non-Node-Locked)
      • Toolkit Licensing
        • How to Register a Toolkit License
        • Command Line Mode
  • Supported Barcode Types
    • Checksums
    • Boundary and Point Properties
    • Code39StartStopPatternsAreMandatory
    • Barcode Types
      • Add 2
      • Add 5
      • Australia 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
  • API Reference
    • Accusoft.BarcodeXpress13.NetCore Assembly
      • Overview
      • Namespaces
        • Accusoft.BarcodeXpressSdk Namespace
          • Overview
          • Classes
            • BarcodeException
              • Overview
              • Members
              • BarcodeException Constructor
                • BarcodeException Constructor()
                • BarcodeException Constructor(Int32)
                • BarcodeException Constructor(String)
                • BarcodeException Constructor(Int32,String)
                • BarcodeException Constructor(String,Exception)
                • BarcodeException Constructor(SerializationInfo,StreamingContext)
              • Properties
                • Number Property
            • BarcodeXpress
              • Overview
              • Members
              • BarcodeXpress Constructor
                • BarcodeXpress Constructor()
                • BarcodeXpress Constructor(String)
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • Finalize Method
                • ReadFromStream Method
                • WriteToStream Method
              • Properties
                • Licensing Property
                • Performance Property
              • Fields
                • reader Field
            • ImageNotAvailableException
              • Overview
              • Members
              • ImageNotAvailableException Constructor
                • ImageNotAvailableException Constructor()
                • ImageNotAvailableException Constructor(Int32)
                • ImageNotAvailableException Constructor(String)
                • ImageNotAvailableException Constructor(Int32,String)
                • ImageNotAvailableException Constructor(String,Exception)
            • InternalErrorException
              • Overview
              • Members
              • InternalErrorException Constructor
                • InternalErrorException Constructor()
                • InternalErrorException Constructor(Int32)
                • InternalErrorException Constructor(String)
                • InternalErrorException Constructor(Int32,String)
                • InternalErrorException Constructor(String,Exception)
            • InvalidAreaException
              • Overview
              • Members
              • InvalidAreaException Constructor
                • InvalidAreaException Constructor()
                • InvalidAreaException Constructor(Int32)
                • InvalidAreaException Constructor(String)
                • InvalidAreaException Constructor(Int32,String)
                • InvalidAreaException Constructor(String,Exception)
            • InvalidBitmapException
              • Overview
              • Members
              • InvalidBitmapException Constructor
                • InvalidBitmapException Constructor()
                • InvalidBitmapException Constructor(Int32)
                • InvalidBitmapException Constructor(String)
                • InvalidBitmapException Constructor(Int32,String)
                • InvalidBitmapException Constructor(String,Exception)
            • InvalidIndexException
              • Overview
              • Members
              • InvalidIndexException Constructor
                • InvalidIndexException Constructor()
                • InvalidIndexException Constructor(Int32)
                • InvalidIndexException Constructor(String)
                • InvalidIndexException Constructor(Int32,String)
                • InvalidIndexException Constructor(String,Exception)
            • InvalidLicenseException
              • Overview
              • Members
              • InvalidLicenseException Constructor
                • InvalidLicenseException Constructor()
                • InvalidLicenseException Constructor(Int32)
                • InvalidLicenseException Constructor(String)
                • InvalidLicenseException Constructor(Int32,String)
                • InvalidLicenseException Constructor(String,Exception)
            • InvalidParameterException
              • Overview
              • Members
              • InvalidParameterException Constructor
                • InvalidParameterException Constructor()
                • InvalidParameterException Constructor(Int32)
                • InvalidParameterException Constructor(String)
                • InvalidParameterException Constructor(Int32,String)
                • InvalidParameterException Constructor(String,Exception)
            • Licensing
              • Overview
              • Members
              • Licensing Constructor
              • Methods
                • SetOEMLicenseKey Method
                • SetSolutionKey Method
                • SetSolutionName Method
              • Properties
                • EvaluationMode Property
            • ModeTransition
              • Overview
              • Members
              • ModeTransition Constructor
              • Fields
                • Index Field
                • ModeType Field
            • OutOfMemoryException
              • Overview
              • Members
              • OutOfMemoryException Constructor
                • OutOfMemoryException Constructor()
                • OutOfMemoryException Constructor(Int32)
                • OutOfMemoryException Constructor(String)
                • OutOfMemoryException Constructor(Int32,String)
                • OutOfMemoryException Constructor(String,Exception)
            • ParameterOutOfRangeException
              • Overview
              • Members
              • ParameterOutOfRangeException Constructor
                • ParameterOutOfRangeException Constructor()
                • ParameterOutOfRangeException Constructor(Int32)
                • ParameterOutOfRangeException Constructor(String)
                • ParameterOutOfRangeException Constructor(Int32,String)
                • ParameterOutOfRangeException Constructor(String,Exception)
            • Reader
              • Overview
              • Members
              • Reader Constructor
              • Methods
                • Analyze Method
                  • Analyze(Bitmap) Method
                  • Analyze(IntPtr) Method
                  • Analyze(Object) Method
              • Properties
                • AdditionalReadingPass Property
                • AppendCheckSum Property
                • Area Property
                • AustralianPostCustomDecodeMode Property
                • BarcodeTypes Property
                • Code39StartStopPatternsAreMandatory Property
                • GrayscaleProcessing Property
                • IncludeControlCharacters Property
                • InkColor Property
                • MaximumBarcodes Property
                • MinimumBarcodeSize Property
                • Orientation Property
                • ReturnPossibleBarcodes Property
                • RoyalMailVariableLengthDecoding Property
                • ScanDistance Property
            • Result
              • Overview
              • Members
              • Result Constructor
              • Properties
                • Area Property
                • BarcodeData Property
                • BarcodeDataAsByte Property
                • BarcodeName Property
                • BarcodeType Property
                • BarcodeValue Property
                • Confidence Property
                • Info2D Property
                • Length Property
                • ModeTransitions Property
                • NumberCheckSumChars Property
                • Point1 Property
                • Point2 Property
                • Point3 Property
                • Point4 Property
                • Skew Property
                • ValidCheckSum Property
            • ResultInfo2D
              • Overview
              • Members
              • ResultInfo2D Constructor
              • Properties
                • Columns Property
                • ColumnsDetected Property
                • ErrorCorrectionLevel Property
                • Rows Property
                • RowsDetected Property
            • StreamParseErrorException
              • Overview
              • Members
              • StreamParseErrorException Constructor
                • StreamParseErrorException Constructor()
                • StreamParseErrorException Constructor(Int32)
                • StreamParseErrorException Constructor(String)
                • StreamParseErrorException Constructor(Int32,String)
                • StreamParseErrorException Constructor(String,Exception)
            • TimeoutErrorException
              • Overview
              • Members
              • TimeoutErrorException Constructor
                • TimeoutErrorException Constructor()
                • TimeoutErrorException Constructor(Int32)
                • TimeoutErrorException Constructor(String)
                • TimeoutErrorException Constructor(Int32,String)
                • TimeoutErrorException Constructor(String,Exception)
            • UnableReadBitmapException
              • Overview
              • Members
              • UnableReadBitmapException Constructor
                • UnableReadBitmapException Constructor()
                • UnableReadBitmapException Constructor(Int32)
                • UnableReadBitmapException Constructor(String)
                • UnableReadBitmapException Constructor(Int32,String)
                • UnableReadBitmapException Constructor(String,Exception)
          • Enumerations
            • AustralianPostCustomDecodeType
            • BarcodeStatus
            • BarcodeType
            • EvaluationMode
            • InkColorInfo
            • ModeTransitionType
            • OrientationInfo
            • ShowTextInfo