Class DataBarParameters

Class DataBarParameters

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

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

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

การสืบทอด

objectDataBarParameters

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

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

คุณสมบัติ

AspectRatio

อัตราส่วนความสูง/ความกว้างของโมดูลบาร์โค้ด 2D
ใช้สำหรับ DataBar ที่ซ้อนกัน

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

ค่า Property

float

Columns

จำนวนคอลัมน์

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

ค่า Property

int

Is2DCompositeComponent

เปิดใช้งานธงของส่วนประกอบรวม 2D กับบาร์โค้ด DataBar

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

ค่า Property

bool

IsAllowOnlyGS1Encoding

ถ้าธงนี้ถูกตั้งค่า จะอนุญาตเฉพาะมาตรฐานการเข้ารหัส GS1 สำหรับประเภทบาร์โค้ด Databar

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

ค่า Property

bool

Rows

จำนวนแถว

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

ค่า Property

int

วิธีการ

ToString()

ส่งคืนการแทนค่าที่อ่านได้ของ Aspose.BarCode.Generation.DataBarParameters นี้

public override string ToString()

คืนค่า

string

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

 แบบไทย