API changes in version 10.0
In This Topic
API changes in Vintasoft.Barcode.Web.Services.dll
Changed classes:
Vintasoft.Barcode.Web.Services.BarcodeReadRequestParams
|
Added properties
|
public float imageScaleFactor { get ; set ; }
|
Gets or sets a scale factor that is used for upscaling or downscaling an image before barcode recognition. |
public int matrixBarcodeMaxCellSize { get ; set ; }
|
Gets or sets the maximum cell size, in pixels, for two-dimensional matrix barcodes (Aztec, DataMatrix, QR, Micro QR, Han Xin Code, Maxicode). |
public float pharmacodeMaxHeight { get ; set ; }
|
Gets or sets the maximum barcode height, in narrow bars, for Pharmacode barcode. |
public float pharmacodeMinHeight { get ; set ; }
|
Gets or sets the minimum barcode height, in narrow bars, for Pharmacode barcode. |
public float pharmacodeMinPadding { get ; set ; }
|
Gets or sets the minimum barcode padding, in narrow bars, for Pharmacode barcode. |
public int recognitionTimeout { get ; set ; }
|
Gets or sets the recognition time-out, in milliseconds. |
public bool searchCode39WithoutStartStop { get ; set ; }
|
Gets or sets a value indicating whether the barcode reader must search Code39 barcodes without Start/Stop symbols. |
public bool searchQRModel1Barcodes { get ; set ; }
|
Gets or sets a value indicating whether the barcode reader must search QR Code Model 1 barcodes. |
|
|
Vintasoft.Barcode.Web.Services.BarcodeRecognitionResult
|
Added properties
|
public System.Collections.Generic.Dictionary < string, string > additionalInfo { get ; set ; }
|
Gets or sets the dictionary, that contains an additional information about barcode. |
|
|