Class CodabarExtendedParameters
Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.2.0)
Stores a Codabar additional information of recognized barcode
public sealed class CodabarExtendedParameters : BaseExtendedParameters
Inheritance
object ← BaseExtendedParameters ← CodabarExtendedParameters
Inherited Members
BaseExtendedParameters.IsEmpty, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CodabarStartSymbol
Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A
public CodabarSymbol CodabarStartSymbol { get; set; }
Property Value
CodabarStopSymbol
Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A
public CodabarSymbol CodabarStopSymbol { get; set; }
Property Value
Methods
Equals(object)
Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters value.
public override bool Equals(object obj)
Parameters
obj
object
An System.Object value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
A 32-bit signed integer hash code.
ToString()
Returns a human-readable string representation of this Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters.
Operators
operator ==(CodabarExtendedParameters, CodabarExtendedParameters)
Returns a value indicating whether the first Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters value is equal to the second.
public static bool operator ==(CodabarExtendedParameters first, CodabarExtendedParameters second)
Parameters
first
CodabarExtendedParameters
A first compared value
second
CodabarExtendedParameters
A second compared value
Returns
true if first has the same value as second; otherwise, false.
operator !=(CodabarExtendedParameters, CodabarExtendedParameters)
Returns a value indicating if the first Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters value is different from the second.
public static bool operator !=(CodabarExtendedParameters first, CodabarExtendedParameters second)
Parameters
first
CodabarExtendedParameters
A first compared value
second
CodabarExtendedParameters
A second compared value
Returns
true if first has the different value from second; otherwise, false.