Class CodabarExtendedParameters

Class CodabarExtendedParameters

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

存储已识别条形码的Codabar附加信息

public sealed class CodabarExtendedParameters : BaseExtendedParameters

继承

objectBaseExtendedParametersCodabarExtendedParameters

继承成员

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

属性

CodabarStartSymbol

获取或设置Codabar起始符号。 默认值:CodabarSymbol.A

public CodabarSymbol CodabarStartSymbol { get; set; }

属性值

CodabarSymbol

CodabarStopSymbol

获取或设置Codabar停止符号。 默认值:CodabarSymbol.A

public CodabarSymbol CodabarStopSymbol { get; set; }

属性值

CodabarSymbol

方法

Equals(object)

返回一个值,指示此实例是否等于指定的Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters值。

public override bool Equals(object obj)

参数

obj object

要与此实例进行比较的System.Object值。

返回

bool

true 如果obj与此实例的值相同;否则,false

GetHashCode()

返回此实例的哈希码。

public override int GetHashCode()

返回

int

一个32位有符号整数哈希码。

ToString()

返回此Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters的可读字符串表示形式。

public override string ToString()

返回

string

表示此Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters的字符串。

运算符

operator ==(CodabarExtendedParameters, CodabarExtendedParameters)

返回一个值,指示第一个Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters值是否等于第二个。

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

参数

first CodabarExtendedParameters

第一个比较值

second CodabarExtendedParameters

第二个比较值

返回

bool

true 如果first与second的值相同;否则,false

operator !=(CodabarExtendedParameters, CodabarExtendedParameters)

返回一个值,指示第一个Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters值是否与第二个不同。

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

参数

first CodabarExtendedParameters

第一个比较值

second CodabarExtendedParameters

第二个比较值

返回

bool

true 如果first与second的值不同;否则,false

 中文