Class GS1CompositeBarExtendedParameters
名称: Aspose.BarCode.BarCodeRecognition 聚集: Aspose.BarCode.dll (25.4.0)
存储特殊数据 GS1 组合酒吧 认可的条形码
public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters
Inheritance
object ← BaseExtendedParameters ← GS1CompositeBarExtendedParameters
继承人
BaseExtendedParameters.IsEmpty , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
OneDocode文本
获取 GS1 Composite 的 1D (线性) 条码值
public string OneDCodeText { get; }
财产价值
一种类型
获取 GS1 Composite 的 1D (线性) 条码类型
public SingleDecodeType OneDType { get; }
财产价值
二代文本
获取 GS1 Composite 的 2D 条码值
public string TwoDCodeText { get; }
财产价值
二型
获取 GS1 Composite 的 2D 条码类型
public SingleDecodeType TwoDType { get; }
财产价值
Methods
Equals(对象)
返回一个值,表明这个例子是否相当于指定的 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters值。
public override bool Equals(object obj)
Parameters
obj
object
一个系统.对象值与这个例子相比。
Returns
真实 如果 obj 具有与此例相同的值;否则, 虚假.
GetHashCode()
返回此例的Hash代码。
public override int GetHashCode()
Returns
32位签署完整的哈希代码。
ToString()
返回这个 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters的人可读的序列代表。
public override string ToString()
Returns
列代表此 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters。
Operators
主持人 =(GS1CompositeBarExtended参数,GS1CompositeBarExtended参数)
返回一个值,表明第一个 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters 值是否相当于第二个值。
public static bool operator ==(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)
Parameters
first
GS1CompositeBarExtendedParameters
第一次比较值
second
GS1CompositeBarExtendedParameters
第二个比较值
Returns
真实 如果第一個與第二個相同的價值;否則, 虚假.
运营商 !=(GS1CompositeBarExtended参数,GS1CompositeBarExtended参数)
返回一个值,表明第一个 Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters 值是否与第二个值不同。
public static bool operator !=(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)
Parameters
first
GS1CompositeBarExtendedParameters
第一次比较值
second
GS1CompositeBarExtendedParameters
第二个比较值
Returns
真实 如果第一個與第二個有不同的價值,否則, 虚假.