Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|
|None||
The following members have been removed:
Name | Description |
---|
|None||
The following members have been added to the existing types:
Member | Description |
---|---|
There are no new members added since last revision. | None |
For more information, refer to New in 18.
The following members have been removed from existing types in v17:
Member | Description |
---|---|
**Leadtools.Services.Barcode.DataContracts.BarcodeData.IndexDuplicate** |
The concept of duplicated barcode has been removed from LEADTOOLS v17.5 |
**Leadtools.Services.Barcode.DataContracts.BarcodeData.DuplicateCount** |
The concept of duplicated barcode has been removed from LEADTOOLS v17.5 |
**Leadtools.Services.Barcode.DataContracts.BarcodeData.IsDuplicated** |
The concept of duplicated barcode has been removed from LEADTOOLS v17.5 |
**Leadtools.Services.Barcode.DataContracts.BarcodeData.DuplicatedIndex** |
The concept of duplicated barcode has been removed from LEADTOOLS v17.5 |
The following members have been updated in existing types in v17:
Member | Description |
---|---|
LeadRect ReadRequest.SearchRectangle { get; set; } |
Replaces LeadRectangle ReadRequest.SearchRectangle { get; set; } |
LeadRect ReadOption.SearchRectangle { get; set; } |
Replaces LeadRectangle ReadOption.SearchRectangle { get; set; } |
LeadRect BarcodeData.Location { get; set; } |
Replaces LeadRectangle BarcodeData.Location { get; set; } |
The following members have been add to existing types in v17:
Member | Description |
---|---|
Leadtools.Services.Barcode.DataContracts.Barcode1dStandardFlags.Barcode1dCode128EncodeAuto |
Automatically encodes the barcode data using one or multiple Code 128 encoding tables. This encodes all Code 128 data. Used with Write method only for writing Code 128 barcode. |
Leadtools.Services.Barcode.DataContracts.Barcode1dStandardFlags.Barcode1dCode128EncodeA |
Use only Code 128 A table to encode the barcode data. If the barcode data have values not included in the standard Code 128 A table the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode. |
Leadtools.Services.Barcode.DataContracts.Barcode1dStandardFlags.Barcode1dCode128EncodeB |
Use only Code 128 B table to encode the barcode data. If the barcode data have values not included in the standard Code 128 B table the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode. |
Leadtools.Services.Barcode.DataContracts.Barcode1dStandardFlags.Barcode1dCode128EncodeC |
Use only Code 128 C table to encode the barcode data. it encodes only even number of digits. If the barcode data have values not included in the standard Code 128 C table or have an odd number of digits the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode. |
The following assembly has been added to LEADTOOLS For .NET v16.5:
Namespace | Description |
---|---|
Leadtools.Services.Barcode.DataContracts | Includes classes, structures and enumerations to read, write and find duplicate barcodes as a transacted web service. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET