Class GS1CompositeBarExtendedParameters
Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.1.0)
GS1 복합 바코드로 인식된 바코드의 특수 데이터를 저장합니다.
public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters
상속
object ← BaseExtendedParameters ← GS1CompositeBarExtendedParameters
상속된 멤버
BaseExtendedParameters.IsEmpty, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
OneDCodeText
GS1 복합의 1D(선형) 바코드 값을 가져옵니다.
public string OneDCodeText { get; }
속성 값
OneDType
GS1 복합의 1D(선형) 바코드 유형을 가져옵니다.
public SingleDecodeType OneDType { get; }
속성 값
TwoDCodeText
GS1 복합의 2D 바코드 값을 가져옵니다.
public string TwoDCodeText { get; }
속성 값
TwoDType
GS1 복합의 2D 바코드 유형을 가져옵니다.
public SingleDecodeType TwoDType { get; }
속성 값
메서드
Equals(object)
이 인스턴스가 지정된 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters 값과 같은지를 나타내는 값을 반환합니다.
public override bool Equals(object obj)
매개변수
obj
object
이 인스턴스와 비교할 System.Object 값입니다.
반환
true는 obj가 이 인스턴스와 동일한 값을 가질 때; 그렇지 않으면 false입니다.
GetHashCode()
이 인스턴스의 해시 코드를 반환합니다.
public override int GetHashCode()
반환
32비트 부호 있는 정수 해시 코드입니다.
ToString()
이 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters의 사람이 읽을 수 있는 문자열 표현을 반환합니다.
public override string ToString()
반환
이 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters를 나타내는 문자열입니다.
연산자
operator ==(GS1CompositeBarExtendedParameters, GS1CompositeBarExtendedParameters)
첫 번째 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters 값이 두 번째 값과 같은지를 나타내는 값을 반환합니다.
public static bool operator ==(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)
매개변수
first
GS1CompositeBarExtendedParameters
첫 번째 비교 값입니다.
second
GS1CompositeBarExtendedParameters
두 번째 비교 값입니다.
반환
true는 first가 second와 동일한 값을 가질 때; 그렇지 않으면 false입니다.
operator !=(GS1CompositeBarExtendedParameters, GS1CompositeBarExtendedParameters)
첫 번째 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters 값이 두 번째 값과 다른지를 나타내는 값을 반환합니다.
public static bool operator !=(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)
매개변수
first
GS1CompositeBarExtendedParameters
첫 번째 비교 값입니다.
second
GS1CompositeBarExtendedParameters
두 번째 비교 값입니다.
반환
true는 first가 second와 다른 값을 가질 때; 그렇지 않으면 false입니다.