Class AztecParameters

Class AztecParameters

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

阿塞拜疆参数

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

Inheritance

object AztecParameters

继承人

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

Properties

AspectRatio

2D BarCode 模块的高度/宽度比例。

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

财产价值

float

AztecEncodeMode

接收或设置 Aztec 编码模式。默认值:汽车。

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

财产价值

AztecEncodeMode

AztecErrorLevel

Aztec 条形码类型的错误修复级别。值应该在5到95之间。

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

财产价值

int

AztecSymbolMode

接收或设置 Aztec 符号模式。默认值: AztecSymbolMode.Auto。

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

财产价值

AztecSymbolMode

以色列

获取或设置 ECI 编码. 当 AztecEncodeMode 自动时使用。默认值:ISO-8859-1

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

财产价值

ECIEncodings

IsReaderInitialization

用来指示读者解释符号内所包含的数据作为读者启动的编程。

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

财产价值

bool

LayersCount

接收或设置列数 Aztec 符号. 列数应在 1 到 3 的范围内为 Compact 模式和从 1 到 32 到 Full Range 模式。默认值: 0 (自动)

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

财产价值

int

StructuredAppendBarcodeId

Barcode ID for Structured Append mode of Aztec barcode. Barcode ID 应在从 1 到 barcode count 的范围内。默认值: 0

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

财产价值

int

StructuredAppendBarcodesCount

Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Barcodes count should be in range from 1 to 26. Barcodes count should be in range from 1 to 26. Barcodes count should be in range from 1 to 26. Barcodes count should be in range from 1 to 26.默认值: 0

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

财产价值

int

StructuredAppendFileId

File ID for Structured Append mode of Aztec barcode (可选字段) 文件 ID 不应包含空间。默认值:空线

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

财产价值

string

Methods

ToString()

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

public override string ToString()

Returns

string

代表此 Aspose.BarCode.Generation.AztecParameters 的行列。

 中文