Class DataBarParameters

Class DataBarParameters

名称: Aspose.BarCode.Generation 聚集: Aspose.BarCode.dll (25.4.0)

Databar 参数

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.DataBarParameters")]
public class DataBarParameters

Inheritance

object DataBarParameters

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AspectRatio

2D BarCode 模块的高度/宽度比例。用於 DataBar 插入。

[XmlSerialization(Type = XmlSerializationType.Element)]
public float AspectRatio { get; set; }

财产价值

float

Columns

列数。

[XmlSerialization(Type = XmlSerializationType.Element)]
public int Columns { get; set; }

财产价值

int

Is2D组成部分

允许与 DataBar 条码的 2D 组件旗帜

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool Is2DCompositeComponent { get; set; }

财产价值

bool

IsAllowOnlyGS1编码

如果这个旗帜设置,它只允许GS1编码标准的Databar条码类型

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }

财产价值

bool

Rows

雷斯数。

[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { get; set; }

财产价值

int

Methods

ToString()

返回这个 Aspose.BarCode.Generation.DataBarParameters的人可读的序列代表性。

public override string ToString()

Returns

string

列代表此 Aspose.BarCode.Generation.DataBar 参数。

 中文