Class CodabarExtendedParameters

Class CodabarExtendedParameters

名称: Aspose.BarCode.BarCodeRecognition 合計: Aspose.BarCode.dll (25.4.0)

Codabar が認められたバーコードの追加情報を保存

public sealed class CodabarExtendedParameters : BaseExtendedParameters

Inheritance

object BaseExtendedParameters CodabarExtendedParameters

相続人

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

Properties

CodabarStartSymbol

入力またはコダバールのスタートシンボルを設定します。デフォルト値: CodabarSymbol.A

public CodabarSymbol CodabarStartSymbol { get; set; }

不動産価値

CodabarSymbol

CodabarStopSymbol

コダバールの停止シンボルを取得または設定します。デフォルト値: CodabarSymbol.A

public CodabarSymbol CodabarStopSymbol { get; set; }

不動産価値

CodabarSymbol

Methods

Equals(対象)

このインスタンスが指定された Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters 値に等しいかどうかを示す値を返します。

public override bool Equals(object obj)

Parameters

obj object

システム.オブジェクト 値は、この例と比較します。

Returns

bool

真実 obj がこの例と同じ価値を持っている場合、そうでなければ、 The translation of the value “false” to Japanese is “偽” (pronounced “gi”)..

GetHashCode()

この例のハッシュコードを返します。

public override int GetHashCode()

Returns

int

32ビットのハッシュコードがサインされています。

ToString()

この Aspose.BarCode.BarCodeRecognition.CodabarExtendedパラメーターの人間読みやすいストレッチの表現を返します。

public override string ToString()

Returns

string

この Aspose.BarCode.BarCodeRecognition.CodabarExtendedパラメーターを表す列です。

Operators

オペレーター=(パラメーター、パラメーター、パラメーター)

最初の Aspose.BarCode.BarCodeRecognition.CodabarExtendedParameters の値が2番目に等しいかどうかを示す値を返します。

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

Parameters

first CodabarExtendedParameters

最初の比較価値

second CodabarExtendedParameters

2位 比較価値

Returns

bool

真実 1つ目が2つと同じ価値がある場合、そうでなければ、 The translation of the value “false” to Japanese is “偽” (pronounced “gi”)..

オペレーター !=(パラメーター、パラメーター、パラメーター)

最初の Aspose.BarCode.BarCodeRecognition.CodabarExtended 値が2番目と異なるかどうかを示す値を返します。

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

Parameters

first CodabarExtendedParameters

最初の比較価値

second CodabarExtendedParameters

2位 比較価値

Returns

bool

真実 1番目と2番目の価値が違う場合、 The translation of the value “false” to Japanese is “偽” (pronounced “gi”)..

 日本語