Class AztecParameters
Tên không gian: Aspose.BarCode.Generation Tổng hợp: Aspose.BarCode.dll (25.4.0)
Các thông số Aztec
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.AztecParameters")]
public class AztecParameters
Inheritance
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
AztecEncodeMode
Nhận hoặc thiết lập một chế độ mã Aztec.Giá trị mặc định: Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecEncodeMode AztecEncodeMode { get; set; }
Giá trị bất động sản
AztecErrorLevel
Mức độ sửa lỗi của các loại mã thanh Aztec.Giá trị nên từ 5 đến 95.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int AztecErrorLevel { get; set; }
Giá trị bất động sản
AztecSymbolMode
Nhận hoặc đặt chế độ Aztec Symbol.Giá trị mặc định: AztecSymbolMode.Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecSymbolMode AztecSymbolMode { get; set; }
Giá trị bất động sản
ECIEcoding
Nhận hoặc đặt 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ị bất động sản
IsReaderInitialization
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.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsReaderInitialization { get; set; }
Giá trị bất động sản
LayersCount
Gets hoặc sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode andtrong phạm vi từ 1 đến 32 cho chế độ Full Range.Giá trị mặc định: 0 (auto)
[XmlSerialization(Type = XmlSerializationType.Element)]
public int LayersCount { get; set; }
Giá trị bất động sản
StructuredAppendBarcodeId
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID nên nằm trong phạm vi từ 1 đến số barcode.Giá trị mặc định: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodeId { get; set; }
Giá trị bất động sản
StructuredAppendBarcodesCount
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26.Giá trị mặc định: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodesCount { get; set; }
Giá trị bất động sản
StructuredAppendFileId
File ID for Structured Append mode of Aztec barcode (một trường tùy chọn). File ID không nên chứa không gian.Giá trị mặc định: Vòng trống
[XmlSerialization(Type = XmlSerializationType.Element)]
public string StructuredAppendFileId { get; set; }
Giá trị bất động sản
Methods
ToString()
Trở lại một biểu hiện chuỗi người đọc của Aspose.BarCode.Generation.AztecParameters này.
public override string ToString()
Returns
Một dòng đại diện cho Aspose.BarCode.Generation.AztecParameters.