Class DataMatrixParameters

Class DataMatrixParameters

Tên không gian: Aspose.BarCode.Generation Tổng hợp: Aspose.BarCode.dll (25.4.0)

Các thông số DataMatrix

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

Inheritance

object DataMatrixParameters

Thành viên thừa kế

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

Properties

AspectRatio

Tỷ lệ chiều cao / chiều rộng của 2D BarCode module.

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

Giá trị bất động sản

float

Columns

Columns đếm

[Obsolete("This property is obsolete. Use DataMatrixVersion instead.", false)]
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Columns { get; set; }

Giá trị bất động sản

int

DataMatrixEcc

Nhận hoặc đặt một Datamatrix ECC loại.Giá trị mặc định: DataMatrixEccType.Ecc200.

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

Giá trị bất động sản

DataMatrixEccType

DataMatrixEncodeMode

Hướng dẫn cài đặt Datamatrix BarcodeGiá trị mặc định: DataMatrixEncodeMode.Auto.

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

Giá trị bất động sản

DataMatrixEncodeMode

DataMatrixVersion

Nhận hoặc đặt kích thước biểu tượng Datamatrix.Giá trị mặc định: DataMatrixVersion.Auto.

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

Giá trị bất động sản

DataMatrixVersion

ECIEcoding

Nhận hoặc đặt mã hóa ECI. Sử dụng khi DataMatrixEncodeMode là tự động.Giá trị mặc định: ISO-8859-1

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

Giá trị bất động sản

ECIEncodings

IsReaderProgramming

Sử dụng để hướng dẫn người đọc để giải thích dữ liệu có trong biểu tượngnhư một lập trình cho người đọc đầu tiên.Giá trị giả: False

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

Giá trị bất động sản

bool

MacroCharacters

Các giá trị Macro Characters 05 và 06 được sử dụng để có được mã hóa nhỏ gọn hơn trong các chế độ đặc biệt.Có thể được sử dụng chỉ với DataMatrixEccType.Ecc200 hoặc DataMatrixEccType.EccAuto.Không thể sử dụng với EncodeTypes.GS1DataMatrixGiá trị mặc định: MacroCharacters.None.

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

Giá trị bất động sản

MacroCharacter

Rows

Rows đếm.

[Obsolete("This property is obsolete. Use DataMatrixVersion instead.", false)]
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { get; set; }

Giá trị bất động sản

int

StructuredAppendBarcodeId

Barcode ID cho chế độ bổ sung cấu trúc của Datamatrix barcode.Giá trị mặc định: 0

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

Giá trị bất động sản

int

StructuredAppendBarcodesCount

Barcodes đếm cho chế độ Thêm cấu trúc của Datamatrix barcode.Giá trị mặc định: 0

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

Giá trị bất động sản

int

StructuredAppendFileId

ID tệp cho chế độ bổ sung cấu trúc của Datamatrix barcode.Giá trị mặc định: 0

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

Giá trị bất động sản

int

Methods

ToString()

Trở lại một biểu hiện chuỗi người đọc của Aspose.BarCode.Generation.DataMatrixParameters.

public override string ToString()

Returns

string

Một dòng đại diện cho Aspose.BarCode.Generation.DataMatrixParameters.

 Tiếng Việt