Class GS1CompositeBarExtendedParameters

Class GS1CompositeBarExtendedParameters

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

特別データを保存する GS1 コンポーネントバー 認定バーコード

public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters

Inheritance

object BaseExtendedParameters GS1CompositeBarExtendedParameters

相続人

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

Properties

トップ > テキスト

GS1 Composite の 1D (線形) バーコード 値を得る

public string OneDCodeText { get; }

不動産価値

string

1 タイプ

GS1 Composite の 1D (線形) バーコード タイプを取得

public SingleDecodeType OneDType { get; }

不動産価値

SingleDecodeType

2コードテキスト

GS1 Composite の 2D バーコードの値を得る

public string TwoDCodeText { get; }

不動産価値

string

2 タイプ

GS1 Composite の 2D バーコードタイプを取得

public SingleDecodeType TwoDType { get; }

不動産価値

SingleDecodeType

Methods

Equals(対象)

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

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.GS1CompositeBarExtendedパラメーターの人間読みやすいストレッチの表現を返します。

public override string ToString()

Returns

string

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

Operators

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

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

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

Parameters

first GS1CompositeBarExtendedParameters

最初の比較価値

second GS1CompositeBarExtendedParameters

2位 比較価値

Returns

bool

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

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

最初の Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedパラメーターの値が2番目と異なるかどうかを示す値を返します。

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

Parameters

first GS1CompositeBarExtendedParameters

最初の比較価値

second GS1CompositeBarExtendedParameters

2位 比較価値

Returns

bool

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

 日本語