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

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

    Changed classes:

    Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty
    Added methods
    public static Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty Create(Vintasoft.Barcode.QualityTests.QualityTestAssessmentParameter) Creates a new instance o WebBarcodePrintQualityTestResultProperty class.


    Vintasoft.Barcode.Web.Services.WebBarcodeReaderSettings
    Added properties
    public Vintasoft.Barcode.ImageInvertMode imageInvertMode { get; set; } Gets or sets the image colors inversion mode.
    public bool useBarcodeRegionDetectors { get; set; } Gets or sets a value indicating whether the barcode reader should detect barcode regions using AI-based or custom barcode region detectors.
    Removed properties
    public bool invertImageColors { get; set; } This property is obsolete, use WebBarcodeReaderSettings.imageInvertMode property instead.


    Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult
    Added properties
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty overallSymbolGrade { get; set; } Gets or sets an Overall Symbol Grade.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty printGrowth { get; set; } Gets or sets a grade and value of Print Growth.
    Removed properties
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty scanGrade { get; set; } This property is obsolete, use WebISO15415BarcodePrintQualityTestResult.overallSymbolGrade property instead.


    Vintasoft.Barcode.Web.Services.WebISO15416SymbolComponentQualityTestResult
    Added properties
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty averageBarGain { get; set; } Gets or sets a average bar gain value and grade.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty blackNarrowBarWidth { get; set; } Gets or sets a black narrow bar width value and grade.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty blackWhiteRatio { get; set; } Gets or sets a black to white ratio value and grade.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty printContrastSignal { get; set; } Gets or sets a print contrast signal value and grade.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty quietZoneLeft { get; set; } Gets or sets a barcode quiet zone, in percentages from required quiet zone, at left side.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty quietZoneRight { get; set; } Gets or sets barcode quiet zone, in percentages from required quiet zone, at right side.
    public Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty whiteNarrowBarWidth { get; set; } Gets or sets a white narrow bar width value and grade.






    API changes in Vintasoft.Barcode.js

    Changed classes:

    Vintasoft.Barcode.WebBarcodeReaderSettingsJS
    Added properties
    public Vintasoft.Barcode.WebImageInvertModeEnumJS get_ImageInvertMode { get; } Gets the image colors inversion mode.
    public boolean get_UseBarcodeRegionDetectors { get; } Gets a value indicating whether the barcode reader should detect barcode regions using AI-based or custom barcode region detectors.
    public Vintasoft.Barcode.WebImageInvertModeEnumJS set_ImageInvertMode { set; } Sets the image colors inversion mode.
    public boolean set_UseBarcodeRegionDetectors { set; } Sets a value indicating whether the barcode reader should detect barcode regions using AI-based or custom barcode region detectors.
    Removed properties
    public boolean get_InvertImageColors { get; } This method is obsolete, use WebBarcodeReaderSettingsJS.get_ImageInvertMode method instead.
    public boolean set_InvertImageColors { set; } This method is obsolete, use WebBarcodeReaderSettingsJS.set_ImageInvertMode method instead.




    New enumerations:

    public enum Vintasoft.Barcode.WebImageInvertModeEnumJS Specifies available modes of threshold detection.


    Changed enumerations:

    Vintasoft.Barcode.WebDataMatrixSymbolTypeEnumJS
    Added fields
    public void Row8Col48DRME 8x48 DMRE symbol.
    public void Row8Col64DRME 8x64 DMRE symbol.
    public void Row8Col80DRME 8x80 DMRE symbol.
    public void Row8Col96DRME 8x96 DMRE symbol.
    public void Row8Col120DRME 8x120 DMRE symbol.
    public void Row8Col144DRME 8x144 DMRE symbol.
    public void Row12Col64DRME 12x64 DMRE symbol.
    public void Row12Col88DRME 12x88 DMRE symbol.
    public void Row16Col64DRME 16x64 DMRE symbol.
    public void Row20Col36DRME 20x36 DMRE symbol.
    public void Row20Col44DRME 20x44 DMRE symbol.
    public void Row20Col64DRME 20x64 DMRE symbol.
    public void Row22Col48DRME 22x48 DMRE symbol.
    public void Row24Col48DRME 24x48 DMRE symbol.
    public void Row24Col64DRME 24x64 DMRE symbol.
    public void Row26Col40DRME 26x40 DMRE symbol.
    public void Row26Col48DRME 26x48 DMRE symbol.
    public void Row26Col64DRME 26x64 DMRE symbol.