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를 나타내는 문자열.