Class Code16KParameters

Class Code16KParameters

Tên không gian: Aspose.BarCode.Generation Tổng hợp: Aspose.BarCode.dll (25.4.0)

Tính năng của Code16K

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

Inheritance

object Code16KParameters

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

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 so với vùng yên tĩnh bên trái sẽ là 20px.

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

Giá trị bất động sản

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 so với vùng yên tĩnh phải sẽ là 2px.

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

Giá trị bất động sản

int

Methods

ToString()

Trở lại một mô tả chuỗi người đọc của Aspose.BarCode.Generation.Code16KParameters.

public override string ToString()

Returns

string

Một dòng đại diện cho Aspose.BarCode.Generation.Code16KParameters.

 Tiếng Việt