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

    API changes in Vintasoft.Barcode.js

    New classes:

    public class Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS Contains information about value of Swiss QR Code barcode.


    Changed classes:

    Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS
    Added properties
    public object get_GS1TwoDimensionalComponentType { get ; } Gets the GS1 2D component type.
    public object set_GS1TwoDimensionalComponentType { set ; } Sets the GS1 2D component type.
    public object get_MailmarkCMDMBarcodeValue { get ; } Gets the value of Mailmark CMDM 2D barcode.
    public object set_MailmarkCMDMBarcodeValue { set ; } Sets the value of Mailmark CMDM 2D barcode.
    public object get_PpnBarcodeValue { get ; } Gets the value of PPN barcode.
    public object set_PpnBarcodeValue { set ; } Sets the value of PPN barcode.
    public object get_SwissQrCodeBarcodeValue { get ; } Gets the value of Swiss QR Code barcode.
    public object set_SwissQrCodeBarcodeValue { set ; } Sets the value of Swiss QR Code barcode.
    Removed properties
    public object get_ValueItem { get ; } Use the get_MailmarkCMDMBarcodeValue, get_PpnBarcodeValue or get_SwissQrCodeBarcodeValue function instead.
    public object set_ValueItem { set ; } Use the set_MailmarkCMDMBarcodeValue, set_PpnBarcodeValue or set_SwissQrCodeBarcodeValue function instead.






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

    New classes:

    public class Vintasoft.Barcode.Web.Services.WebAamvaBarcodeRecognitionResult Contains information about recognized AAMVA barcode.
    public class Vintasoft.Barcode.Web.Services.WebAztecBarcodeRecognitionResult Contains information about recognized Aztec barcode.
    public class Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeRecognitionResult Contains information about recognized Mailmark CMDM 2D barcode.
    public class Vintasoft.Barcode.Web.Services.WebPpnBarcodeRecognitionResult Contains information about recognized PPN barcode.
    public class Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeRecognitionResult Contains information about recognized Swiss QR Code barcode.
    public abstract class Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultBase Provides the abstract base class for results of barcode print quality tests.
    public class Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult Contains result of ISO15415 barcode print quality test.
    public class Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult Contains result of ISO15416 barcode print quality test.
    public class Vintasoft.Barcode.Web.Services.WebISO15416SymbolComponentQualityTestResult Contains result of ISO15416 barcode print quality test.
    public class Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty Contains information about the property of the barcode print quality test.
    public class Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeValue Provides value of Mailmark CMDM 2D barcode for barcode generator.
    public class Vintasoft.Barcode.Web.Services.WebPpnBarcodeValue Provides value of PPN barcode for barcode generator.
    public class Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeValue Provides value of Swiss QR Code barcode for barcode generator.


    Renamed classes:

    public class Vintasoft.Barcode.Web.Services.BarcodeRecognitionResult public class Vintasoft.Barcode.Web.Services.WebBarcodeRecognitionResult
    public class Vintasoft.Barcode.Web.Services.BarcodeRecognition1DResult public class Vintasoft.Barcode.Web.Services.WebBarcodeRecognition1DResult
    public class Vintasoft.Barcode.Web.Services.BarcodeRecognition2DResult public class Vintasoft.Barcode.Web.Services.WebBarcodeRecognition2DResult
    public abstract class Vintasoft.Barcode.Web.Services.BarcodePrintQualityTestResultBase public abstract class Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultBase
    public class Vintasoft.Barcode.Web.Services.ISO15415BarcodePrintQualityTestResult public class Vintasoft.Barcode.Web.Services.WebISO15415BarcodePrintQualityTestResult
    public class Vintasoft.Barcode.Web.Services.ISO15416BarcodePrintQualityTestResult public class Vintasoft.Barcode.Web.Services.WebISO15416BarcodePrintQualityTestResult
    public class Vintasoft.Barcode.Web.Services.ISO15416SymbolComponentQualityTestResult public class Vintasoft.Barcode.Web.Services.WebISO15416SymbolComponentQualityTestResult
    public class Vintasoft.Barcode.Web.Services.BarcodePrintQualityTestResultProperty public class Vintasoft.Barcode.Web.Services.WebBarcodePrintQualityTestResultProperty


    Removed classes:

    public class Vintasoft.Barcode.Web.Services.WebBarcodeValueItem Use the Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeValue,
    Vintasoft.Barcode.Web.Services.WebPpnBarcodeValue or
    Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeValue class instead.


    Changed classes:

    Vintasoft.Barcode.Web.Services.BarcodeReadResponseParams
    Changed properties
    public Vintasoft.Barcode.Web.Services.BarcodeRecognitionResult [] results { get ; set ; } public Vintasoft.Barcode.Web.Services.WebBarcodeRecognitionResult [] results { get ; set ; }


    Vintasoft.Barcode.Web.Services.BarcodeWriteRequestParams
    Added properties
    public Vintasoft.Barcode.SymbologySubsets.GS1.GS1TwoDimensionalComponentType GS1TwoDimensionalComponentType { get ; set ; } Gets or sets the GS1 2D component type.
    public Vintasoft.Barcode.Web.Services.WebMailmarkCMDMBarcodeValue mailmarkCMDMBarcodeValue { get ; set ; } Gets or sets information about value of Mailmark CMDM 2D barcode.
    public Vintasoft.Barcode.Web.Services.WebPpnBarcodeValue ppnBarcodeValue { get ; set ; } Gets or sets information about value of PPN barcode.
    public Vintasoft.Barcode.Web.Services.WebSwissQRCodeBarcodeValue swissQrCodeBarcodeValue { get ; set ; } Gets or sets information about value of Swiss QR Code barcode.
    Removed properties
    public Vintasoft.Barcode.Web.Services.WebBarcodeValueItem valueItem { get ; set ; } Use the mailmarkCMDMBarcodeValue, ppnBarcodeValue or swissQrCodeBarcodeValue property instead.






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

    Support of assembly Vintasoft.Barcode.Web.WcfServices.dll is ended. If you still use the assembly, please contact our support team.