Class SingleDecodeType

Class SingleDecodeType

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

単一のデコードタイプ. デコードタイプを表示して例を挙げます。

public sealed class SingleDecodeType : BaseDecodeType, IEquatable<basedecodetype>, IEquatable<singledecodetype>

Inheritance

object BaseDecodeType SingleDecodeType

Implements

IEquatable , IEquatable

相続人

BaseDecodeType.ContainsAny(params BaseDecodeType[]) , BaseDecodeType.Equals(SingleDecodeType) , BaseDecodeType.Equals(MultyDecodeType) , BaseDecodeType.Equals(BaseDecodeType) , BaseDecodeType.Equals(object) , BaseDecodeType.TryParse(string, out SingleDecodeType) , BaseDecodeType.TryParse(string, out MultyDecodeType) , BaseDecodeType.TryParse(string, out BaseDecodeType) , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

このサンプルは、単一のデコードタイプの例を得る方法を示しています。

SingleDecodeType singleType = DecodeType.QR 

Dim singleType As SingleDecodeType 
singleType = DecodeType.QR

Properties

TypeIndex

デコードタイプのインデックスを取得

public short TypeIndex { get; }

不動産価値

short

TypeName

デコードタイプの名前を得る

public string TypeName { get; }

不動産価値

string

Methods

ContainsAny(パラメーション BaseDecodeType[])

このインスタンスが指定されたリストに含まれているかどうかを示す値を返します。

public override bool ContainsAny(params BaseDecodeType[] types)

Parameters

types BaseDecodeType ( )

シングル・マルチ・デコードの種類

Returns

bool

価値は、いずれかのタイプが含まれている場合に真実です。

Equals(SingleDecodeType)

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

public override bool Equals(SingleDecodeType other)

Parameters

other SingleDecodeType

A Aspose.BarCode.BarCodeRecognition.SingleDecodeType 値は、この例と比較します。

Returns

bool

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

Equals(対象)

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

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ビットのハッシュコードがサインされています。

GetString()

SingleDecodeTypeの例を同等のストレージ表現に変換します。シート形式は「インデックス:-1; 名称: なし」です。

public string GetString()

Returns

string

単一のデコードタイプの完全な値を表すシート

GetString(SingleDecodeType)

SingleDecodeTypeの例を同等のストレージ表現に変換します。シート形式は「インデックス:-1; 名称: なし」です。

public static string GetString(SingleDecodeType instance)

Parameters

instance SingleDecodeType

シングルデコードを変換する例

Returns

string

特定の単一デコードタイプの完全値を表す列

Parse(ストレッチ)

シングルデコードタイプの名前の列表をその例に変換します。

public static SingleDecodeType Parse(string stringDecodeType)

Parameters

stringDecodeType string

変換するための SingleDecodeType の名前を含む列。

Returns

SingleDecodeType

たとえば Aspose.BarCode.BarCodeRecognition.SingleDecodeType、変換が成功した場合、そうでなければ、それは返します。 トップページ > トップページ > トップページ > トップページ > トップページ > トップページ.

ToString()

指定された SingleDecodeType の名前をシートとして返します。

public override string ToString()

Returns

string

単一のデコードタイプの名前を表す列

 日本語