API changes in version 14.1
In This Topic
API changes in Vintasoft.Barcode.dll
Changed classes:
Vintasoft.Barcode.ReaderSettings
|
Added properties
|
public Vintasoft.Barcode.AdaptiveBinarizationType AdaptiveBinarizationType { get ; set ; }
|
Gets or sets the type of adaptive binarization. |
public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMaxSymbolVersion { get ; set ; }
|
Gets or sets the maximum version of QR code that must be recognized. |
public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMinSymbolVersion { get ; set ; }
|
Gets or sets the minimum version of QR code that must be recognized. |
|
|
Removed properties
|
public int MaximalThreadsCount { get ; set ; }
|
This property is obsolete, use the MaximumThreadCount property instread. |
|
|
Changed properties
|
public float QRMaxAxialNonuniformity { get ; set ; }
|
public float QrMaxAxialNonuniformity { get ; set ; }
|
public bool AutomaticRecognition { get ; set ; }
|
Default value changed to true.
|
public Vintasoft.Barcode.ScanDirection ScanDirection { get ; set ; }
|
Default value changed to ScanDirection.Vertical | ScanDirection.Horizontal.
|
public Vintasoft.Barcode.AdaptiveBinarizationType AdaptiveBinarizationType { get ; set ; }
|
Default value changed to AdaptiveBinarizationType.HighQuality.
|
|
|
New enumerations:
public enum Vintasoft.Barcode.AdaptiveBinarizationType
|
Specifies available adaptive binarization types. |