Class BarCodeExtendedParameters

Class BarCodeExtendedParameters

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

Stores extended parameters of recognized barcode

public sealed class BarCodeExtendedParameters

Inheritance

objectBarCodeExtendedParameters

Inherited Members

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

Properties

Aztec

Gets a Aztec additional informationAspose.BarCode.BarCodeRecognition.AztecExtendedParameters of recognized barcode

public AztecExtendedParameters Aztec { get; }

Property Value

AztecExtendedParameters

Codabar

Gets a Codabar additional informationAspose.BarCode.BarCodeRecognition.CodabarExtendedParameters of recognized barcode

public CodabarExtendedParameters Codabar { get; }

Property Value

CodabarExtendedParameters

Code128

Gets a special data Aspose.BarCode.BarCodeRecognition.Code128ExtendedParameters of Code128 recognized barcode

public Code128ExtendedParameters Code128 { get; }

Property Value

Code128ExtendedParameters

DataBar

Gets a DataBar additional informationAspose.BarCode.BarCodeRecognition.DataBarExtendedParameters of recognized barcode

public DataBarExtendedParameters DataBar { get; }

Property Value

DataBarExtendedParameters

DataMatrix

Gets a DataMatrix additional informationAspose.BarCode.BarCodeRecognition.DataMatrixExtendedParameters of recognized barcode

public DataMatrixExtendedParameters DataMatrix { get; }

Property Value

DataMatrixExtendedParameters

DotCode

Gets a DotCode additional informationAspose.BarCode.BarCodeRecognition.DotCodeExtendedParameters of recognized barcode

public DotCodeExtendedParameters DotCode { get; }

Property Value

DotCodeExtendedParameters

GS1CompositeBar

Gets a GS1CompositeBar additional informationAspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters of recognized barcode

public GS1CompositeBarExtendedParameters GS1CompositeBar { get; }

Property Value

GS1CompositeBarExtendedParameters

MaxiCode

Gets a MaxiCode additional informationAspose.BarCode.BarCodeRecognition.MaxiCodeExtendedParameters of recognized barcode

public MaxiCodeExtendedParameters MaxiCode { get; }

Property Value

MaxiCodeExtendedParameters

OneD

Gets a special data Aspose.BarCode.BarCodeRecognition.OneDExtendedParameters of 1D recognized barcode

public OneDExtendedParameters OneD { get; }

Property Value

OneDExtendedParameters

Pdf417

Gets a MacroPdf417 metadata information Aspose.BarCode.BarCodeRecognition.Pdf417ExtendedParameters of recognized barcode

public Pdf417ExtendedParameters Pdf417 { get; }

Property Value

Pdf417ExtendedParameters

QR

Gets a QR Structured Append information Aspose.BarCode.BarCodeRecognition.QRExtendedParameters of recognized barcode

public QRExtendedParameters QR { get; }

Property Value

QRExtendedParameters

Methods

Equals(object)

Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.BarCodeRecognition.BarCodeExtendedParameters 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.BarCodeExtendedParameters.

public override string ToString()

Returns

string

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

Operators

operator ==(BarCodeExtendedParameters, BarCodeExtendedParameters)

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

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

Parameters

first BarCodeExtendedParameters

A first compared value

second BarCodeExtendedParameters

A second compared value

Returns

bool

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

operator !=(BarCodeExtendedParameters, BarCodeExtendedParameters)

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

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

Parameters

first BarCodeExtendedParameters

A first compared value

second BarCodeExtendedParameters

A second compared value

Returns

bool

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

 English