VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
In This Topic
    API changes in version 14.1
    In This Topic

    API changes in Vintasoft.Barcode.Web.Services.dll

    Changed classes:

    Vintasoft.Barcode.Web.Services.WebBarcodeReaderSettings
    Added properties
    public int adaptiveBinarizationStep { get ; set ; } Gets or sets the step, in pixels, of adaptive binarization algorithm.
    public Vintasoft.Barcode.AdaptiveBinarizationType adaptiveBinarizationType { get ; set ; } Gets or sets the type of adaptive binarization.
    public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion qrMaxSymbolVersion { get ; set ; } Gets or sets the maximum version of QR code that must be recognized.
    public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion qrMinSymbolVersion { get ; set ; } Gets or sets the minimum version of QR code that must be recognized.






    API changes in Vintasoft.Barcode.js

    Changed classes:

    Vintasoft.Barcode.WebBarcodeReaderSettingsJS
    Added properties
    public object get_AdaptiveBinarizationStep { get ; } Gets the step, in pixels, of adaptive binarization algorithm.
    public object set_AdaptiveBinarizationStep { set ; } Sets the step, in pixels, of adaptive binarization algorithm.
    public Vintasoft.Barcode.WebAdaptiveBinarizationTypeEnumJS get_AdaptiveBinarizationType { get ; } Gets the type of adaptive binarization.
    public Vintasoft.Barcode.WebAdaptiveBinarizationTypeEnumJS set_AdaptiveBinarizationType { set ; } Sets the type of adaptive binarization.
    public Vintasoft.Barcode.WebQRSymbolVersionEnumJS get_QrMaxSymbolVersion { get ; } Gets the maximum version of QR code that must be recognized.
    public Vintasoft.Barcode.WebQRSymbolVersionEnumJS set_QrMaxSymbolVersion { set ; } Sets the maximum version of QR code that must be recognized.
    public Vintasoft.Barcode.WebQRSymbolVersionEnumJS get_QrMinSymbolVersion { get ; } Gets the minimum version of QR code that must be recognized.
    public Vintasoft.Barcode.WebQRSymbolVersionEnumJS set_QrMinSymbolVersion { set ; } Sets the minimum version of QR code that must be recognized.




    New enumerations:

    public enum Vintasoft.Barcode.WebAdaptiveBinarizationTypeEnumJS Specifies available adaptive binarization types.