Class DotCodeParameters

Class DotCodeParameters

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

Các thông số DotCode

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

Inheritance

object DotCodeParameters

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

Xác định số cột. tổng số của số hàng cộng với số cột của một biểu tượng DotCode phải là kỳ lạ. số cột phải là ít nhất 5.Giá trị mặc định: -1

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

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

int

DotCodeEncodeMode

Xác định chế độ mã hóa DotCodeGiá trị mặc định: Auto.

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

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

DotCodeEncodeMode

DotCodeStructuredAppendModeBarcodeId

Xác định ID của DotCode cấu trúc add mode mã thanh. ID bắt đầu từ 1 và phải ít hơn hoặc tương đương với số lượng mã thanh. giá trị mặc định là -1.

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

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

int

DotCodeStructuredAppendModeBarcodesCount

Xác định DotCode cấu trúc tính số mã thanh chế độ bổ sung. giá trị mặc định là -1. Số lượng phải là giá trị từ 1 đến 35.

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

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

int

ECIEcoding

Xác định mã hóa ECI. Sử dụng khi DotCodeEncodeMode 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

IsReaderInitialization

Nó chỉ ra liệu mã được sử dụng để hướng dẫn người đọc để giải thích các dữ liệu sau đây như hướng dẫn để khởi động hoặc lập trình lại người đọc mã thanh.Giá trị mặc định là giả.

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

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

bool

Rows

Xác định số hàng. Tổng số số hàng cộng với số cột của một biểu tượng DotCode phải là lạ. Số hàng phải ít nhất là 5.Giá trị mặc định: -1

[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { 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.DotCodeParameters này.

public override string ToString()

Returns

string

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

 Tiếng Việt