Class DataBarParameters

Class DataBarParameters

İsim alanı : Aspose.BarCode.Generation Toplama: Aspose.BarCode.dll (25.4.0)

Databar parametreleri

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

Inheritance

object DataBarParameters

mirasçı üyeleri

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

Properties

AspectRatio

2D BarCode modülünün yükseklik/büyüklük oranı.DataBar için kullanılmıştır.

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

Mülkiyet Değer

float

Columns

Sütun sayısı

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

Mülkiyet Değer

int

Is2DKompozit bileşen

DataBar çubuk kodu ile 2D kompozit bileşen bayrağı sağlar

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

Mülkiyet Değer

bool

GÜVENLİK1KODİLLİ

Bu bayrak ayarlanırsa, yalnızca Databar çubuk kodu türleri için GS1 kodlama standartına izin verir.

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

Mülkiyet Değer

bool

Rows

Rüya sayısı

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

Mülkiyet Değer

int

Methods

ToString()

Bu Aspose.BarCode.Generation.DataBar parametrelerinin insan okunabilir bir çerçeve temsilini geri getirir.

public override string ToString()

Returns

string

Bu Aspose.BarCode.Generation.DataBarParametreleri temsil eden bir çubuk.

 Türkçe