Class DataBarParameters
Class DataBarParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Tham số Databar.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.DataBarParameters")]
public class DataBarParameters
Kế thừa
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 mô-đun mã vạch 2D.
Sử dụng cho DataBar xếp chồng.
[XmlSerialization(Type = XmlSerializationType.Element)]
public float AspectRatio { get; set; }
Giá trị thuộc tính
Columns
Số lượng cột.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Columns { get; set; }
Giá trị thuộc tính
Is2DCompositeComponent
Kích hoạt cờ của thành phần tổng hợp 2D với mã vạch DataBar.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool Is2DCompositeComponent { get; set; }
Giá trị thuộc tính
IsAllowOnlyGS1Encoding
Nếu cờ này được thiết lập, nó chỉ cho phép tiêu chuẩn mã hóa GS1 cho các loại mã vạch Databar.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsAllowOnlyGS1Encoding { get; set; }
Giá trị thuộc tính
Rows
Số lượng hàng.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { get; set; }
Giá trị thuộc tính
Phương thức
ToString()
Trả về một chuỗi đại diện có thể đọc được của Aspose.BarCode.Generation.DataBarParameters này.
public override string ToString()
Trả về
Một chuỗi đại diện cho Aspose.BarCode.Generation.DataBarParameters này.