Xamarin.Dynamsoft.Barcode.Android
7.3.0
Dynamsoft.CaptureVision.Xamarin.Forms
Additional DetailsPackage no longer supported. Please use package Dynamsoft.CaptureVision.Xamarin.Forms instead.
dotnet add package Xamarin.Dynamsoft.Barcode.Android --version 7.3.0
NuGet\Install-Package Xamarin.Dynamsoft.Barcode.Android -Version 7.3.0
<PackageReference Include="Xamarin.Dynamsoft.Barcode.Android" Version="7.3.0" />
paket add Xamarin.Dynamsoft.Barcode.Android --version 7.3.0
#r "nuget: Xamarin.Dynamsoft.Barcode.Android, 7.3.0"
// Install Xamarin.Dynamsoft.Barcode.Android as a Cake Addin #addin nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.3.0 // Install Xamarin.Dynamsoft.Barcode.Android as a Cake Tool #tool nuget:?package=Xamarin.Dynamsoft.Barcode.Android&version=7.3.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 | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid403 is compatible. |
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 |
---|
*Added a new barcode type Postal codes including USPS Intelligent Mail, POSTNET, PLANET, Australia Post barcode,RM4SCC.
*Added a new localization mode LM_STATISTICS_POSTAL_CODE in the struct PublicRuntimeSettings -> LocalizationMode to recognize Postal codes.
*Implemented the feature of recognizing distorted QR barcode. It can be enabled by turning on the struct PublicRuntimeSettings -> FurtherModes -> DeformationResistingModes.
*Implemented the feature of complementing missing parts of QR Code & DataMatrix barcodes. It can be enabled by turning on the struct PublicRuntimeSettings -> FurtherModes -> BarcodeComplementModes.
*Added a new setting AutoFilter to set whether to filter frames automatically in the struct FrameDecodingParameters.
*Added a new setting ScaleUpModes to set the scale-up mode for linear barcodes with small module size. It can be enabled by turning on the struct PublicRuntimeSettings -> ScaleUpModes.
*Improved the decoding accuracy for DataMatrix that has a narrow quiet zone.
*Improved the decoding accuracy for 1D barcode that has a small module size.