Class Code128DataPortion
Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.2.0)
Contains the data of subtype for Code128 type barcode
public class Code128DataPortion
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Code128SubType
Gets the type of Code128 subset
public Code128SubType Code128SubType { get; }
Property Value
Data
Gets the part of code text related to subtype.
public string Data { get; }
Property Value
Methods
Equals(object)
Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.BarCodeRecognition.Code128DataPortion 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.Code128DataPortion.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.BarCodeRecognition.Code128DataPortion.
Operators
operator ==(Code128DataPortion, Code128DataPortion)
Returns a value indicating whether the first Aspose.BarCode.BarCodeRecognition.Code128DataPortion value is equal to the second.
public static bool operator ==(Code128DataPortion first, Code128DataPortion second)
Parameters
first
Code128DataPortion
A first compared value
second
Code128DataPortion
A second compared value
Returns
true if first has the same value as second; otherwise, false.
operator !=(Code128DataPortion, Code128DataPortion)
Returns a value indicating if the first Aspose.BarCode.BarCodeRecognition.Code128DataPortion value is different from the second.
public static bool operator !=(Code128DataPortion first, Code128DataPortion second)
Parameters
first
Code128DataPortion
A first compared value
second
Code128DataPortion
A second compared value
Returns
true if first has the different value from second; otherwise, false.