Code128DataPortion Class

Contains the data of subtype for Code128 type barcode
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.BarCodeRecognitionCode128DataPortion

Namespace:  Aspose.BarCode.BarCodeRecognition
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class Code128DataPortion

The Code128DataPortion type exposes the following members.

Properties
  NameDescription
Public propertyCode128SubType
Gets the type of Code128 subset
Public propertyData
Gets the part of code text related to subtype.
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified Code128DataPortion value.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this Code128DataPortion.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Returns a value indicating whether the first Code128DataPortion value is equal to the second.
Public operatorStatic memberInequality
Returns a value indicating if the first Code128DataPortion value is different from the second.
See Also