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
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
Columns
Sütun sayısı.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Columns { get; set; }
Özellik Değeri
Is2DCompositeComponent
DataBar barkoduyla 2D bileşeninin etkinleştirilmesi için bayrak.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool Is2DCompositeComponent { get; set; }
Özellik Değeri
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
Rows
Satır sayısı.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { get; set; }
Özellik Değeri
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
Bu Aspose.BarCode.Generation.DataBarParameters’ı temsil eden bir dize.