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
مقدار بارکد 1D (خطی) ترکیبی GS1 را دریافت میکند
public string OneDCodeText { get; }
مقدار ویژگی
OneDType
نوع بارکد 1D (خطی) ترکیبی GS1 را دریافت میکند
public SingleDecodeType OneDType { get; }
مقدار ویژگی
TwoDCodeText
مقدار بارکد 2D ترکیبی GS1 را دریافت میکند
public string TwoDCodeText { get; }
مقدار ویژگی
TwoDType
نوع بارکد 2D ترکیبی GS1 را دریافت میکند
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.