Class GS1CompositeBarExtendedParameters

Class GS1CompositeBarExtendedParameters

Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.2.0)

Stores special data of GS1 Composite Bar recognized barcode

public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters

Inheritance

objectBaseExtendedParametersGS1CompositeBarExtendedParameters

Inherited Members

BaseExtendedParameters.IsEmpty, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

OneDCodeText

Gets the 1D (linear) barcode value of GS1 Composite

public string OneDCodeText { get; }

Property Value

string

OneDType

Gets the 1D (linear) barcode type of GS1 Composite

public SingleDecodeType OneDType { get; }

Property Value

SingleDecodeType

TwoDCodeText

Gets the 2D barcode value of GS1 Composite

public string TwoDCodeText { get; }

Property Value

string

TwoDType

Gets the 2D barcode type of GS1 Composite

public SingleDecodeType TwoDType { get; }

Property Value

SingleDecodeType

Methods

Equals(object)

Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters value.

public override bool Equals(object obj)

Parameters

obj object

An System.Object value to compare to this instance.

Returns

bool

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

int

A 32-bit signed integer hash code.

ToString()

Returns a human-readable string representation of this Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters.

public override string ToString()

Returns

string

A string that represents this Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters.

Operators

operator ==(GS1CompositeBarExtendedParameters, GS1CompositeBarExtendedParameters)

Returns a value indicating whether the first Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters value is equal to the second.

public static bool operator ==(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)

Parameters

first GS1CompositeBarExtendedParameters

A first compared value

second GS1CompositeBarExtendedParameters

A second compared value

Returns

bool

true if first has the same value as second; otherwise, false.

operator !=(GS1CompositeBarExtendedParameters, GS1CompositeBarExtendedParameters)

Returns a value indicating if the first Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters value is different from the second.

public static bool operator !=(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)

Parameters

first GS1CompositeBarExtendedParameters

A first compared value

second GS1CompositeBarExtendedParameters

A second compared value

Returns

bool

true if first has the different value from second; otherwise, false.

 English