Class ITFParameters

Class ITFParameters

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

พารามิเตอร์ ITF

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

การสืบทอด

objectITFParameters

สมาชิกที่สืบทอด

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

คุณสมบัติ

ItfBorderThickness

รับหรือกำหนดความหนาของขอบ ITF (bearer bar) ในค่า Unit
ค่าเริ่มต้น: 12pt.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "ItfBorderThickness")]
public Unit ItfBorderThickness { get; set; }

ค่า Property

Unit

ItfBorderType

ประเภทของขอบของบาร์โค้ด ITF
ค่าเริ่มต้น: ITF14BorderType.Bar.

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

ค่า Property

ITF14BorderType

QuietZoneCoef

ขนาดของเขตเงียบใน xDimension
ค่าเริ่มต้น: 10 หมายความว่าถ้า xDimension = 2px เขตเงียบจะเป็น 20px

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

ค่า Property

int

ข้อยกเว้น

ArgumentException

ค่าพารามิเตอร์ QuietZoneCoef น้อยกว่า 10.

วิธีการ

ToString()

คืนค่าผลลัพธ์เป็นสตริงที่อ่านได้ง่ายของ Aspose.BarCode.Generation.ITFParameters นี้

public override string ToString()

คืนค่า

string

สตริงที่แทน Aspose.BarCode.Generation.ITFParameters นี้

 แบบไทย