Class DotCodeParameters

Class DotCodeParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

Tham số DotCode.

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

Kế thừa

objectDotCodeParameters

Các thành viên kế thừa

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

Thuộc tính

Tỷ lệ khung hình

Tỷ lệ chiều cao/chiều rộng của mô-đun mã vạch 2D.

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

Giá trị thuộc tính

float

Cột

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

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

Giá trị thuộc tính

int

Chế độ mã hóa DotCode

Xác định chế độ mã hóa DotCode. Giá trị mặc định: Tự động.

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

Giá trị thuộc tính

DotCodeEncodeMode

ID mã vạch chế độ nối cấu trúc DotCode

Xác định ID của mã vạch chế độ nối cấu trúc DotCode. ID bắt đầu từ 1 và phải nhỏ hơn hoặc bằng số lượng mã vạch. Giá trị mặc định là -1.

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

Giá trị thuộc tính

int

Số lượng mã vạch chế độ nối cấu trúc DotCode

Xác định số lượng mã vạch chế độ nối cấu trúc DotCode. Giá trị mặc định là -1. Số lượng phải từ 1 đến 35.

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

Giá trị thuộc tính

int

Mã hóa ECI

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ị thuộc tính

ECIEncodings

IsReaderInitialization

Chỉ ra liệu mã có được sử dụng để hướng dẫn trình đọc giải thích dữ liệu tiếp theo như hướng dẫn cho việc khởi tạo hoặc lập trình lại trình đọc mã vạch hay không. Giá trị mặc định là false.

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

Giá trị thuộc tính

bool

Hàng

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

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

Giá trị thuộc tính

int

Phương thức

ToString()

Trả về một chuỗi có thể đọc được của Aspose.BarCode.Generation.DotCodeParameters này.

public override string ToString()

Trả về

string

Một chuỗi đại diện cho Aspose.BarCode.Generation.DotCodeParameters này.

 Tiếng Việt