Class GS1CompositeBarParameters
Class GS1CompositeBarParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
GS1コンポジットバーのパラメータ。
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.GS1CompositeBarParameters")]
public class GS1CompositeBarParameters
継承
object ← GS1CompositeBarParameters
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
IsAllowOnlyGS1Encoding
このフラグが設定されている場合、GS1CompositeBar 2Dコンポーネントに対してGS1エンコーディング標準のみを許可します。
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }
プロパティの値
LinearComponentType
線形コンポーネントタイプ: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
[XmlSerialization(Type = XmlSerializationType.Element)]
public BaseEncodeType LinearComponentType { get; set; }
プロパティの値
TwoDComponentType
2Dコンポーネントタイプ
[XmlSerialization(Type = XmlSerializationType.Element)]
public TwoDComponentType TwoDComponentType { get; set; }
プロパティの値
メソッド
ToString()
このAspose.BarCode.Generation.DataBarParametersの人間が読める文字列表現を返します。
public override string ToString()
返り値
このAspose.BarCode.Generation.DataBarParametersを表す文字列。