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

    API changes in Vintasoft.Barcode.dll

    New classes:

    public class Vintasoft.Barcode.BarcodeInfo.UnknownLinearBarcodeInfo Class that contains information about unknown linear barcode.


    Changed classes:

    Vintasoft.Barcode.ReaderSettings
    Added properties
    public int UnknownLinearMinScanlines { get; set; } Gets or sets the minimum number of scanlines in unknown linear barcode.
    public int UnknownLinearMaxBarWide { get; set; } Gets or sets the maximum width of bar in unknown linear barcode.
    public int UnknownLinearMinBars { get; set; } Gets or sets the minimum number of black bars in unknown linear barcode.
    public int UnknownLinearMaxBars { get; set; } Gets or sets the maximum number of black bars in unknown linear barcode.


    Vintasoft.Barcode.BarcodeInfo.UPCEANInfo
    Added properties
    public Vintasoft.Barcode.BarcodeInfo.EANSubtype Subtype { get; } Gets the EAN subtype.


    Vintasoft.Barcode.WriterSettings
    Added properties
    public Vintasoft.Barcode.BarcodeInfo.EANSubtype EANSubtype { get; set; } Gets or sets the EAN subtype.
    public bool Value2DVisible { get; set; } Gets or sets a value indicating whether the barcode writer draws the 2D barcode value on the barcode image.
    Added methods
    public System.Xml.Schema.XmlSchema GetSchema() Not implemented.
    public void ReadXml(System.Xml.XmlReader) Deserializes the WriterSettings from a specified System.Xml.XmlReader.
    public void WriteXml(System.Xml.XmlWriter) Serializes the WriterSettings to a specified System.Xml.XmlWriter.


    New enumerations:

    public enum Vintasoft.Barcode.BarcodeInfo.EANSubtype Specifies available EAN barcode subtypes.


    Changed enumerations:

    Vintasoft.Barcode.ScanDirection
    Added fields
    public Vintasoft.Barcode.ScanDirection Horizontal Horizontally, left to right and right to left.
    public Vintasoft.Barcode.ScanDirection Vertical Vertically, bottom to top and top to bottom.


    Vintasoft.Barcode.BarcodeType
    Added fields
    public Vintasoft.Barcode.BarcodeType EAN13Plus5 EAN 13 with a 5 digit add-on.
    public Vintasoft.Barcode.BarcodeType EAN13Plus2 EAN 13 with a 2 digit add-on.
    public Vintasoft.Barcode.BarcodeType EAN8Plus5 EAN 8 with a 5 digit add-on.
    public Vintasoft.Barcode.BarcodeType EAN8Plus2 EAN 8 with a 2 digit add-on.
    public Vintasoft.Barcode.BarcodeType UPCEPlus5 UPC-E with a 5 digit add-on.
    public Vintasoft.Barcode.BarcodeType UPCEPlus2 UPC-E with a 2 digit add-on.
    public Vintasoft.Barcode.BarcodeType UPCAPlus5 UPC-A with a 2 digit add-on.
    public Vintasoft.Barcode.BarcodeType UPCAPlus2 UPC-A with a 2 digit add-on.
    public Vintasoft.Barcode.BarcodeType UnknownLinear Unknown linear barcode.


    Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode
    Added fields
    public Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode Undefined Undefined.



    API changes in Vintasoft.Wpf.Barcode.dll

    New classes:

    public class Vintasoft.Wpf.Barcode.BarcodeInfo.UnknownLinearBarcodeInfo Class that contains information about unknown linear barcode.


    Changed classes:

    Vintasoft.Wpf.Barcode.ReaderSettings
    Added properties
    public int UnknownLinearMinScanlines { get; set; } Gets or sets the minimum number of scanlines in unknown linear barcode.
    public int UnknownLinearMaxBarWide { get; set; } Gets or sets the maximum width of bar in unknown linear barcode.
    public int UnknownLinearMinBars { get; set; } Gets or sets the minimum number of black bars in unknown linear barcode.
    public int UnknownLinearMaxBars { get; set; } Gets or sets the maximum number of black bars in unknown linear barcode.


    Vintasoft.Wpf.Barcode.BarcodeInfo.UPCEANInfo
    Added properties
    public Vintasoft.Wpf.Barcode.BarcodeInfo.EANSubtype Subtype { get; } Gets the EAN subtype.


    Vintasoft.Wpf.Barcode.WriterSettings
    Added properties
    public Vintasoft.Wpf.Barcode.BarcodeInfo.EANSubtype EANSubtype { get; set; } Gets or sets the EAN subtype.
    public bool Value2DVisible { get; set; } Gets or sets a value indicating whether the barcode writer draws the 2D barcode value on the barcode image.
    Added methods
    public System.Xml.Schema.XmlSchema GetSchema() Not implemented.
    public void ReadXml(System.Xml.XmlReader) Deserializes the WriterSettings from a specified System.Xml.XmlReader.
    public void WriteXml(System.Xml.XmlWriter) Serializes the WriterSettings to a specified System.Xml.XmlWriter.


    New enumerations:

    public enum Vintasoft.Wpf.Barcode.BarcodeInfo.EANSubtype Specifies available EAN barcode subtypes.


    Changed enumerations:

    Vintasoft.Wpf.Barcode.ScanDirection
    Added fields
    public Vintasoft.Wpf.Barcode.ScanDirection Horizontal Horizontally, left to right and right to left.
    public Vintasoft.Wpf.Barcode.ScanDirection Vertical Vertically, bottom to top and top to bottom.


    Vintasoft.Wpf.Barcode.BarcodeType
    Added fields
    public Vintasoft.Wpf.Barcode.BarcodeType EAN13Plus5 EAN 13 with a 5 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType EAN13Plus2 EAN 13 with a 2 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType EAN8Plus5 EAN 8 with a 5 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType EAN8Plus2 EAN 8 with a 2 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType UPCEPlus5 UPC-E with a 5 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType UPCEPlus2 UPC-E with a 2 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType UPCAPlus5 UPC-A with a 2 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType UPCAPlus2 UPC-A with a 2 digit add-on.
    public Vintasoft.Wpf.Barcode.BarcodeType UnknownLinear Unknown linear barcode.


    Vintasoft.Wpf.Barcode.BarcodeInfo.AztecEncodingMode
    Added fields
    public Vintasoft.Wpf.Barcode.BarcodeInfo.AztecEncodingMode Undefined Undefined.