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

    API changes in Vintasoft.Barcode.dll

    New classes:

    public class Vintasoft.Barcode.BarcodeInfo.HibcLicBarcodeInfo Contains information about recognized HIB LIC barcode.
    public class Vintasoft.Barcode.BarcodeInfo.HibcLicValueItem Contains information about a decoded value of HIBC LIC barcode.
    public class Vintasoft.Barcode.BarcodeInfo.IsbtBarcodeInfo Contains information about recognized ISBT 128 barcode.
    public class Vintasoft.Barcode.BarcodeInfo.IsbtValueItem Contains information about a decoded value of ISBT barcode.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLic128BarcodeSymbology Defines the HIBC LIC 128 barcode symbology - subset of Code 128 barcode symbology.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLic39BarcodeSymbology Defines the HIBC LIC 39 barcode symbology - subset of Code 39 barcode symbology.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicAdditionalDataStructure Provides a base class for the HIBC LIC Additional Supplemental Data.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicAztecBarcodeSymbology Defines the HIBC LIC Aztec Code barcode symbology - subset of Aztec Code barcode symbology.
    public abstract class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicBarcodeSymbology Provides the base abstract class of HIBC LIC barcode symbology.
    public abstract class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicCheckCharacter Provides alorithms for computing and verifing the HIBC LIC data format Check Character.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicDataMatrixBarcodeSymbology Defines the HIBC LIC Data Matrix barcode symbology - subset of Data Matrix barcode symbology.
    public abstract class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicDataStructure Provides a base abstract class for HIBC LIC data structure.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicExpiryDateAdditionalDataStructure Defines the expiry date additional supplemental data.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicManufactureDateAdditionalDataStructure Defines the date of manufacture additional supplemental data.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicPrimaryDataStructure Defines the HIBC LIC Primary Data Structure (Device Identifier).
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicQRBarcodeSymbology Defines the HIBC LIC QR Code barcode symbology - subset of QR Code barcode symbology.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicQuantityAdditionalDataStructure Defines the quantity additional supplemental data.
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicSecondaryDataStructure Defines the HIBC LIC Secondary Data Structure (Production Identifier).
    public class Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicSerialNumberAdditionalDataStructure Defines the serial number Additional Supplemental Data.
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.Isbt128BarcodeSymbology Defines the ISBT 128 barcode symbology - subset of Code 128 barcode symbology.
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.Isbt128DataMatrixBarcodeSymbology Defines the ISBT 128 Data Matrix barcode symbology - subset of Data Matrix barcode symbology.
    public abstract class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtBarcodeSymbology Provides the base abstract class of ISBT barcode symbology.
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtCompoundMessage Provides information about ISBT Compound Message (Data Structure 023).
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtDataStructure Represents ISBT Data Structure.
    public abstract class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtDataStructures Contains available ISBT data structures.
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtDataValue Contains information about the ISBT data value.
    public class Vintasoft.Barcode.SymbologySubsets.Isbt128.IsbtDonorGlobalRegistrationIdentifier Provides information about ISBT Global Registration Identifier for Donors (Data Structure 039).
    public abstract class Vintasoft.Barcode.ISO7064 Contains checksum calculation algorithms, which are defined in ISO/IEC 7064.


    Removed classes:

    public class Vintasoft.Barcode.BarcodeStructureViewer The BarcodeStructureViewer control is moved to the BarcodeDemo project ("<install_path>\Examples\WinForms\CSharp\BarcodeDemo\Controls\BarcodeStructureViewer.cs").
    public class Vintasoft.Barcode.BarcodeWriterControl The BarcodeWriterControl control is moved to the SimpleBarcodeWriterDemo project ("<install_path>\Examples\WinForms\CSharp\SimpleBarcodeWriterDemo\Controls\BarcodeWriterControl.cs").


    Changed classes:

    Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubsets
    Added properties
    public Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLic128BarcodeSymbology HIBCLIC128 { get ; } Gets the HIBC LIC 128 barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLic39BarcodeSymbology HIBCLIC39 { get ; } Gets the HIBC LIC 39 barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicAztecBarcodeSymbology HIBCLICAztecCode { get ; } Gets the HIBC LIC Aztec Code barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicDataMatrixBarcodeSymbology HIBCLICDataMatrix { get ; } Gets the HIBC LIC Data Matrix barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Hibc.HibcLicQRBarcodeSymbology HIBCLICQRCode { get ; } Gets the HIBC LIC QR Code barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Isbt128.Isbt128BarcodeSymbology ISBT128 { get ; } Gets the ISBT 128 barcode symbology.
    public Vintasoft.Barcode.SymbologySubsets.Isbt128.Isbt128DataMatrixBarcodeSymbology ISBT128DataMatrix { get ; } Gets the ISBT 128 Data Matrix barcode symbology.


    API changes in Vintasoft.WpfBarcode.dll

    New classes:

    public class Vintasoft.WpfBarcode.BarcodeInfo.HibcLicBarcodeInfo Contains information about recognized HIB LIC barcode.
    public class Vintasoft.WpfBarcode.BarcodeInfo.HibcLicValueItem Contains information about a decoded value of HIBC LIC barcode.
    public class Vintasoft.WpfBarcode.BarcodeInfo.IsbtBarcodeInfo Contains information about recognized ISBT 128 barcode.
    public class Vintasoft.WpfBarcode.BarcodeInfo.IsbtValueItem Contains information about a decoded value of ISBT barcode.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLic128BarcodeSymbology Defines the HIBC LIC 128 barcode symbology - subset of Code 128 barcode symbology.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLic39BarcodeSymbology Defines the HIBC LIC 39 barcode symbology - subset of Code 39 barcode symbology.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicAdditionalDataStructure Provides a base class for the HIBC LIC Additional Supplemental Data.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicAztecBarcodeSymbology Defines the HIBC LIC Aztec Code barcode symbology - subset of Aztec Code barcode symbology.
    public abstract class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicBarcodeSymbology Provides the base abstract class of HIBC LIC barcode symbology.
    public abstract class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicCheckCharacter Provides alorithms for computing and verifing the HIBC LIC data format Check Character.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicDataMatrixBarcodeSymbology Defines the HIBC LIC Data Matrix barcode symbology - subset of Data Matrix barcode symbology.
    public abstract class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicDataStructure Provides a base abstract class for HIBC LIC data structure.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicExpiryDateAdditionalDataStructure Defines the expiry date additional supplemental data.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicManufactureDateAdditionalDataStructure Defines the date of manufacture additional supplemental data.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicPrimaryDataStructure Defines the HIBC LIC Primary Data Structure (Device Identifier).
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicQRBarcodeSymbology Defines the HIBC LIC QR Code barcode symbology - subset of QR Code barcode symbology.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicQuantityAdditionalDataStructure Defines the quantity additional supplemental data.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicSecondaryDataStructure Defines the HIBC LIC Secondary Data Structure (Production Identifier).
    public class Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicSerialNumberAdditionalDataStructure Defines the serial number Additional Supplemental Data.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.Isbt128BarcodeSymbology Defines the ISBT 128 barcode symbology - subset of Code 128 barcode symbology.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.Isbt128DataMatrixBarcodeSymbology Defines the ISBT 128 Data Matrix barcode symbology - subset of Data Matrix barcode symbology.
    public abstract class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtBarcodeSymbology Provides the base abstract class of ISBT barcode symbology.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtCompoundMessage Provides information about ISBT Compound Message (Data Structure 023).
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtDataStructure Represents ISBT Data Structure.
    public abstract class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtDataStructures Contains available ISBT data structures.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtDataValue Contains information about the ISBT data value.
    public class Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.IsbtDonorGlobalRegistrationIdentifier Provides information about ISBT Global Registration Identifier for Donors (Data Structure 039).
    public abstract class Vintasoft.WpfBarcode.ISO7064 Contains checksum calculation algorithms, which are defined in ISO/IEC 7064.


    Changed classes:

    Vintasoft.WpfBarcode.SymbologySubsets.BarcodeSymbologySubsets
    Added properties
    public Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLic128BarcodeSymbology HIBCLIC128 { get ; } Gets the HIBC LIC 128 barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLic39BarcodeSymbology HIBCLIC39 { get ; } Gets the HIBC LIC 39 barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicAztecBarcodeSymbology HIBCLICAztecCode { get ; } Gets the HIBC LIC Aztec Code barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicDataMatrixBarcodeSymbology HIBCLICDataMatrix { get ; } Gets the HIBC LIC Data Matrix barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Hibc.HibcLicQRBarcodeSymbology HIBCLICQRCode { get ; } Gets the HIBC LIC QR Code barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.Isbt128BarcodeSymbology ISBT128 { get ; } Gets the ISBT 128 barcode symbology.
    public Vintasoft.WpfBarcode.SymbologySubsets.Isbt128.Isbt128DataMatrixBarcodeSymbology ISBT128DataMatrix { get ; } Gets the ISBT 128 Data Matrix barcode symbology.