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
상속 회원들
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; }
부동산 가치
TypeName
디코드 유형의 이름을 얻습니다.
public string TypeName { get; }
부동산 가치
Methods
ContainsAny(파라미 BaseDecodeType[])
이 옵션이 지정된 목록에 포함되어 있는지 여부를 나타내는 값을 반환합니다.
public override bool ContainsAny(params BaseDecodeType[] types)
Parameters
types
BaseDecodeType
[ ] [ [ ]
싱글 및 멀티 디코드 유형
Returns
값은 어떤 종류가 포함되어 있는 경우에 사실입니다.
Equals(SingleDecodeType)
이 예제가 지정된 Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값과 동일한지 여부를 나타내는 값을 반환합니다.
public override bool Equals(SingleDecodeType other)
Parameters
other
SingleDecodeType
A Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값은 이 예제와 비교할 수 있습니다.
Returns
진짜 obj이 이 경우와 동일한 가치를 가지고 있다면; 그렇지 않으면, The translation of “false” to Korean is “거짓”..
Equals(객체)
이 예제가 지정된 Aspose.BarCode.BarCodeRecognition.SingleDecodeType 값과 동일한지 여부를 나타내는 값을 반환합니다.
public override bool Equals(object obj)
Parameters
obj
object
System.Object 값은 이 값과 비교할 수 있습니다.
Returns
진짜 obj이 이 경우와 동일한 가치를 가지고 있다면; 그렇지 않으면, The translation of “false” to Korean is “거짓”..
GetHashCode()
이 경우 해시 코드를 반환합니다.
public override int GetHashCode()
Returns
32비트 전체 해시 코드가 서명되었습니다.
GetString()
SingleDecodeType의 예를 동등한 라인 표현으로 변환합니다.링 형식은 “Index:-1; Name:None"입니다.
public string GetString()
Returns
단일 디코드 유형의 전체 가치를 나타내는 스트립
GetString(SingleDecodeType)
SingleDecodeType의 예를 동등한 라인 표현으로 변환합니다.링 형식은 “Index:-1; Name:None"입니다.
public static string GetString(SingleDecodeType instance)
Parameters
instance
SingleDecodeType
SingleDecodeType를 변환하는 경우
Returns
특정 단일 디코드 유형의 전체 값을 나타내는 스트립
Parse(스트리트)
SingleDecodeType의 이름의 라인 표현을 그 예제로 변환합니다.
public static SingleDecodeType Parse(string stringDecodeType)
Parameters
stringDecodeType
string
변환하기 위해 SingleDecodeType의 이름을 포함하는 스트립.
Returns
예를 들어 Aspose.BarCode.BarCodeRecognition.SingleDecodeType, 변환이 성공한 경우; 그렇지 않으면 반환됩니다. 아스포스.BarCode.BarCodeRecognition.DecodeType.None.
ToString()
SingleDecodeType의 이름을 라인으로 반환합니다.
public override string ToString()
Returns
단일 디코드 유형의 이름을 나타내는 스트립