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

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

    Changed classes:

    Vintasoft.Barcode.Web.Services.BarcodeWriteRequestParams
    Added properties
    public bool dotCodeInterpretNonDataCharacters { get ; set ; } Gets or sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
    public int dotCodeMatrixHeight { get ; set ; } Gets or sets DotCode matrix height.
    public int dotCodeMatrixWidth { get ; set ; } Gets or sets DotCode matrix width.
    public double dotCodeMatrixWidthHeightRatio { get ; set ; } Gets or sets the width/height aspect ratio of DotCode matrix.
    public bool dotCodeRectangularModules { get ; set ; } Gets or sets a value indicating whether the barcode writer must generate the Dotcode cells with square form.


    Vintasoft.Barcode.Web.Services.WebBarcodeReaderSettings
    Added properties
    public bool dotCodeInterpretFncCharacters { get ; set ; } Gets or sets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    public int dotCodeMatrixMaxArea { get ; set ; } Gets or sets the maximum area of DotCodeBarcode, in dots.
    public int dotCodeMatrixMinArea { get ; set ; } Gets or sets the minimum area of DotCodeBarcode, in dots.






    API changes in Vintasoft.Barcode.js

    Changed classes:

    Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS
    Added properties
    public boolean get_DotCodeInterpretNonDataCharacters { get ; } Gets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
    public number get_DotCodeMatrixHeight { get ; } Gets DotCode matrix height.
    public number get_DotCodeMatrixWidth { get ; } Gets DotCode matrix width.
    public number get_DotCodeMatrixWidthHeightRatio { get ; } Gets the width/height aspect ratio of DotCode matrix.
    public boolean get_DotCodeRectangularModules { get ; } Gets a value indicating whether the barcode writer must generate the Dotcode cells with square form.
    public boolean set_DotCodeInterpretNonDataCharacterss { set ; } Sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
    public number set_DotCodeMatrixHeight { set ; } Sets DotCode matrix height.
    public number set_DotCodeMatrixWidth { set ; } Sets DotCode matrix width.
    public number set_DotCodeMatrixWidthHeightRatio { set ; } Sets the width/height aspect ratio of DotCode matrix.
    public boolean set_DotCodeRectangularModules { set ; } Sets a value indicating whether the barcode writer must generate the Dotcode cells with square form.


    Vintasoft.Barcode.WebBarcodeReaderSettingsJS
    Added properties
    public boolean get_DotCodeInterpretFncCharacters { get ; } Gets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    public number get_DotCodeMatrixMaxArea { get ; } Gets the maximum area of DotCodeBarcode, in dots.
    public number get_DotCodeMatrixMinArea { get ; } Gets the minimum area of DotCodeBarcode, in dots.
    public boolean set_DotCodeInterpretFncCharacters { set ; } Sets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    public number set_DotCodeMatrixMaxArea { set ; } Sets the maximum area of DotCodeBarcode, in dots.
    public number set_DotCodeMatrixMinArea { set ; } Sets the minimum area of DotCodeBarcode, in dots.