Xamarin.Dynamsoft.Barcode.Android 7.2.0

Suggested Alternatives

Dynamsoft.CaptureVision.Xamarin.Forms

Additional Details

Package no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Dynamsoft.Barcode.Android --version 7.2.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.Android -Version 7.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Dynamsoft.Barcode.Android" Version="7.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Dynamsoft.Barcode.Android --version 7.2.0
#r "nuget: Xamarin.Dynamsoft.Barcode.Android, 7.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Addin
#addin nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.2.0

// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Tool
#tool nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.2.0

Dynamsoft's Barcode Reader SDK enables you to efficiently embed barcode reading functionality in your web, desktop and mobile application using just a few lines of code.This can save you from months of added development time and extra costs. With the Barcode Reader SDK, you can decode barcodes from various image file formats (bmp, jpg, png, gif, single-page and multi-page tiff, and PDF).

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid403 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.10 3,272 6/28/2022
9.0.2 1,379 5/26/2022
9.0.0 2,036 3/23/2022
8.9.3 1,435 3/2/2022
8.9.1 1,338 12/29/2021
8.9.0 1,226 12/20/2021
8.8.2 1,361 10/25/2021
8.8.1 1,274 10/22/2021
8.8.0 1,336 10/22/2021
8.6.0 1,447 7/16/2021
8.4.0 2,809 6/9/2021
8.2.0 1,512 3/17/2021
8.1.2 1,820 1/22/2021
8.1.1.1 1,444 1/19/2021
8.1.1 1,450 1/15/2021
8.1.0 1,560 1/12/2021
8.0.0 1,629 11/18/2020
7.6.0 1,425 9/1/2020
7.5.0 1,510 7/23/2020
7.4.0 1,512 4/16/2020
7.3.0 1,554 1/2/2020
7.2.2 1,406 11/14/2019
7.2.1 1,428 11/13/2019
7.2.0 1,441 10/8/2019
7.1.0 1,568 8/15/2019
7.0.0 1,523 7/11/2019
6.5.2 1,541 5/28/2019
6.5.1 1,553 4/17/2019
6.5.0 1,377 2/28/2019
6.4.1 1,842 12/6/2018
6.4.0 2,912 10/17/2018
6.3.1 3,278 8/22/2018

*Added more barcode formats:
1. GS1 Databar (Omnidirectional, Truncated,
Stacked, Stacked Omnidirectional, Limited,
Expanded, Expanded Stacked)
2. PatchCode
3. Maxicode (mode 2-5)
4. Micro PDF417
5. Micro QR
6. GS1 COMPOSITE (combination of OneD
and PDF417/Micro PDF 417)
7. Non-standard Barcode
*Added the capability of reading DPM code. It can be enabled by turning on the struct PublicRuntimeSettings->furtherMode-> DPMCodeReadingModes and adding LM_STATISTICS_MARKS to the PublicRuntimeSettings->localizationModes.
*Licensing is required to obtain the intermediate results, except the original image in the intermediate results.
*Added a parameter, clarity in the struct ExtendedResult, to show the clarity of the decoded-barcode zone.
*For Android, added a method, getModeArgument(), to get the argument value of the mode parameters.