Class SingleDecodeType
Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.1.0)
단일 디코드 유형. 인스턴스를 얻으려면 디코드 유형을 참조하십시오.
public sealed class SingleDecodeType : BaseDecodeType, IEquatable<basedecodetype>, IEquatable<singledecodetype>
상속
object ← BaseDecodeType ← SingleDecodeType
구현
IEquatable<basedecodetype>, IEquatable<singledecodetype>
상속된 멤버
BaseDecodeType.ContainsAny(params BaseDecodeType[]), BaseDecodeType.Equals(SingleDecodeType), BaseDecodeType.Equals(MultyDecodeType), BaseDecodeType.Equals(BaseDecodeType), BaseDecodeType.Equals(object), BaseDecodeType.GetHashCode(), 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()
예제
이 샘플은 단일 디코드 유형의 인스턴스를 얻는 방법을 보여줍니다.
SingleDecodeType singleType = DecodeType.QR
Dim singleType As SingleDecodeType
singleType = DecodeType.QR
속성
TypeIndex
디코드 유형의 인덱스를 가져옵니다.
public short TypeIndex { get; }
속성 값
TypeName
디코드 유형의 이름을 가져옵니다.
public string TypeName { get; }
속성 값
메서드
ContainsAny(params BaseDecodeType[])
이 인스턴스가 지정된 목록에 포함되어 있는지를 나타내는 값을 반환합니다.
public override bool ContainsAny(params BaseDecodeType[] types)
매개변수
types
BaseDecodeType[]
단일 및 다중 디코드 유형의 배열
반환 값
포함된 유형이 하나라도 있으면 true입니다.
Equals(SingleDecodeType)
이 인스턴스가 지정된 Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값과 동일한지를 나타내는 값을 반환합니다.
public override bool Equals(SingleDecodeType other)
매개변수
other
SingleDecodeType
이 인스턴스와 비교할 Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값입니다.
반환 값
true 이 객체가 이 인스턴스와 동일한 값을 가지면; 그렇지 않으면 false입니다.
Equals(object)
이 인스턴스가 지정된 Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값과 동일한지를 나타내는 값을 반환합니다.
public override bool Equals(object obj)
매개변수
obj
object
이 인스턴스와 비교할 System.Object 값입니다.
반환 값
true 이 객체가 이 인스턴스와 동일한 값을 가지면; 그렇지 않으면 false입니다.
GetHashCode()
이 인스턴스의 해시 코드를 반환합니다.
public override int GetHashCode()
반환 값
32비트 부호 있는 정수 해시 코드입니다.
GetString()
SingleDecodeType의 인스턴스를 해당 문자열 표현으로 변환합니다. 문자열 형식은: “Index:-1; Name:None"입니다.
public string GetString()
반환 값
단일 디코드 유형의 전체 값을 나타내는 문자열입니다.
GetString(SingleDecodeType)
SingleDecodeType의 인스턴스를 해당 문자열 표현으로 변환합니다. 문자열 형식은: “Index:-1; Name:None"입니다.
public static string GetString(SingleDecodeType instance)
매개변수
instance
SingleDecodeType
변환할 SingleDecodeType 인스턴스입니다.
반환 값
주어진 단일 디코드 유형의 전체 값을 나타내는 문자열입니다.
Parse(string)
SingleDecodeType의 이름 문자열 표현을 해당 인스턴스로 변환합니다.
public static SingleDecodeType Parse(string stringDecodeType)
매개변수
stringDecodeType
string
변환할 SingleDecodeType의 이름을 포함하는 문자열입니다.
반환 값
변환이 성공하면 Aspose.BarCode.BarCodeRecognition.SingleDecodeType의 인스턴스; 그렇지 않으면 Aspose.BarCode.BarCodeRecognition.DecodeType.None을 반환합니다.
ToString()
주어진 SingleDecodeType의 이름을 문자열로 반환합니다.
public override string ToString()
반환 값
단일 디코드 유형의 이름을 나타내는 문자열입니다.