Class CodabarExtendedParameters
Contents
[
Hide
]CodabarExtendedParameters class
Stores a Codabar additional information of recognized barcode
public sealed class CodabarExtendedParameters : BaseExtendedParameters
Properties
| Name | Description |
|---|---|
| CodabarStartSymbol { get; set; } | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A |
| CodabarStopSymbol { get; set; } | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A |
| IsEmpty { get; } | Tests whether all parameters has only default values |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Returns a value indicating whether this instance is equal to a specified CodabarExtendedParameters value. |
| override GetHashCode() | Returns the hash code for this instance. |
| override ToString() | Returns a human-readable string representation of this CodabarExtendedParameters. |
| operator == | Returns a value indicating whether the first CodabarExtendedParameters value is equal to the second. |
| operator != | Returns a value indicating if the first CodabarExtendedParameters value is different from the second. |
See Also
- class BaseExtendedParameters
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode