Class AztecParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Tham số Aztec.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.AztecParameters")]
public class AztecParameters
Kế thừa
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
AspectRatio
Tỷ lệ chiều cao/chiều rộng của module mã vạch 2D.
[XmlSerialization(Type = XmlSerializationType.Element)]
public float AspectRatio { get; set; }
Giá trị thuộc tính
AztecEncodeMode
Lấy hoặc thiết lập chế độ mã hóa Aztec. Giá trị mặc định: Tự động.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecEncodeMode AztecEncodeMode { get; set; }
Giá trị thuộc tính
AztecErrorLevel
Mức độ sửa lỗi của các loại mã vạch Aztec. Giá trị nên nằm trong khoảng từ 5 đến 95.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int AztecErrorLevel { get; set; }
Giá trị thuộc tính
AztecSymbolMode
Lấy hoặc thiết lập chế độ Symbol Aztec. Giá trị mặc định: AztecSymbolMode.Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecSymbolMode AztecSymbolMode { get; set; }
Giá trị thuộc tính
ECIEncoding
Lấy hoặc thiết lập mã hóa ECI. Sử dụng khi AztecEncodeMode 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
IsReaderInitialization
Sử dụng để chỉ dẫn cho trình đọc diễn giải dữ liệu chứa trong ký hiệu như lập trình cho việc khởi tạo trình đọc.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsReaderInitialization { get; set; }
Giá trị thuộc tính
LayersCount
Lấy hoặc thiết lập số lượng lớp của ký hiệu Aztec. Số lượng lớp nên nằm trong khoảng từ 1 đến 3 cho chế độ Compact và trong khoảng từ 1 đến 32 cho chế độ Full Range. Giá trị mặc định: 0 (tự động).
[XmlSerialization(Type = XmlSerializationType.Element)]
public int LayersCount { get; set; }
Giá trị thuộc tính
StructuredAppendBarcodeId
ID mã vạch cho chế độ Structured Append của mã vạch Aztec. ID mã vạch nên nằm trong khoảng từ 1 đến số lượng mã vạch. Giá trị mặc định: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodeId { get; set; }
Giá trị thuộc tính
StructuredAppendBarcodesCount
Số lượng mã vạch cho chế độ Structured Append của mã vạch Aztec. Số lượng mã vạch nên nằm trong khoảng từ 1 đến 26. Giá trị mặc định: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodesCount { get; set; }
Giá trị thuộc tính
StructuredAppendFileId
ID tệp cho chế độ Structured Append của mã vạch Aztec (trường tùy chọn). ID tệp không nên chứa khoảng trắng. Giá trị mặc định: chuỗi rỗng
[XmlSerialization(Type = XmlSerializationType.Element)]
public string StructuredAppendFileId { get; set; }
Giá trị thuộc tính
Phương thức
ToString()
Trả về một chuỗi có thể đọc được của Aspose.BarCode.Generation.AztecParameters này.
public override string ToString()
Trả về
Một chuỗi đại diện cho Aspose.BarCode.Generation.AztecParameters này.