Class Code16KParameters

Class Code16KParameters

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

Tham số Code16K.

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

Kế thừa

objectCode16KParameters

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

float

QuietZoneLeftCoef

Kích thước của vùng yên tĩnh bên trái trong xDimension.
Giá trị mặc định: 10, có nghĩa là nếu xDimension = 2px thì vùng yên tĩnh bên trái sẽ là 20px.

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

Giá trị thuộc tính

int

QuietZoneRightCoef

Kích thước của vùng yên tĩnh bên phải trong xDimension.
Giá trị mặc định: 1, có nghĩa là nếu xDimension = 2px thì vùng yên tĩnh bên phải sẽ là 2px.

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

public override string ToString()

Trả về

string

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

 Tiếng Việt