Class Code128DataPortion

Class Code128DataPortion

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

Code128 türü barkod için alt tür verilerini içerir.

public class Code128DataPortion

Miras

objectCode128DataPortion

Miras Alınan Üyeler

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

Özellikler

Code128SubType

Code128 alt kümesinin türünü alır.

public Code128SubType Code128SubType { get; }

Özellik Değeri

Code128SubType

Data

Alt türle ilgili kod metninin parçasını alır.

public string Data { get; }

Özellik Değeri

string

Metotlar

Equals(object)

Bu örneğin, belirtilen Aspose.BarCode.BarCodeRecognition.Code128DataPortion değeriyle eşit olup olmadığını belirten bir değer döndürür.

public override bool Equals(object obj)

Parametreler

obj object

Bu örnekle karşılaştırılacak bir System.Object değeri.

Döndürür

bool

true eğer obj bu örnekle aynı değere sahipse; aksi takdirde, false.

GetHashCode()

Bu örneğin hash kodunu döndürür.

public override int GetHashCode()

Döndürür

int

32 bit işaretli bir tam sayı hash kodu.

ToString()

Bu Aspose.BarCode.BarCodeRecognition.Code128DataPortion’un insan tarafından okunabilir string temsilini döndürür.

public override string ToString()

Döndürür

string

Bu Aspose.BarCode.BarCodeRecognition.Code128DataPortion’u temsil eden bir string.

Operatörler

operator ==(Code128DataPortion, Code128DataPortion)

İlk Aspose.BarCode.BarCodeRecognition.Code128DataPortion değerinin ikinciyle eşit olup olmadığını belirten bir değer döndürür.

public static bool operator ==(Code128DataPortion first, Code128DataPortion second)

Parametreler

first Code128DataPortion

Karşılaştırılan ilk değer

second Code128DataPortion

Karşılaştırılan ikinci değer

Döndürür

bool

true eğer first ikinciyle aynı değere sahipse; aksi takdirde, false.

operator !=(Code128DataPortion, Code128DataPortion)

İlk Aspose.BarCode.BarCodeRecognition.Code128DataPortion değerinin ikinci değerden farklı olup olmadığını belirten bir değer döndürür.

public static bool operator !=(Code128DataPortion first, Code128DataPortion second)

Parametreler

first Code128DataPortion

Karşılaştırılan ilk değer

second Code128DataPortion

Karşılaştırılan ikinci değer

Döndürür

bool

true eğer first ikinci değerden farklıysa; aksi takdirde, false.

 Türkçe