Class DataBarParameters

Class DataBarParameters

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

Databar parametreleri.

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

Miras

objectDataBarParameters

Miras Alınan Üyeler

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

Özellikler

AspectRatio

2D Barkod modülünün Yükseklik/Genişlik oranı.
DataBar yığılmış için kullanılır.

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

Özellik Değeri

float

Columns

Sütun sayısı.

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

Özellik Değeri

int

Is2DCompositeComponent

DataBar barkoduyla 2D bileşeninin etkinleştirilmesi için bayrak.

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

Özellik Değeri

bool

IsAllowOnlyGS1Encoding

Bu bayrak ayarlandığında, yalnızca Databar barkod türleri için GS1 kodlama standardına izin verir.

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

Özellik Değeri

bool

Rows

Satır sayısı.

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

Özellik Değeri

int

Metodlar

ToString()

Bu Aspose.BarCode.Generation.DataBarParameters’ın insan tarafından okunabilir bir dize temsilini döndürür.

public override string ToString()

Döndürür

string

Bu Aspose.BarCode.Generation.DataBarParameters’ı temsil eden bir dize.

 Türkçe