Interface IComplexCodetext

Interface IComplexCodetext

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

Interfejs dla złożonego kodu tekstowego używanego z ComplexBarcodeGenerator.

public interface IComplexCodetext

Metody

GetBarcodeType()

Pobiera typ kodu kreskowego.

BaseEncodeType GetBarcodeType()

Zwraca

BaseEncodeType

Typ kodu kreskowego.

GetConstructedCodetext()

Konstruuje kod tekstowy dla złożonego kodu kreskowego.

string GetConstructedCodetext()

Zwraca

string

Skonstruowany kod tekstowy.

InitFromString(string)

Inicjalizuje instancję z skonstruowanym kodem tekstowym.

void InitFromString(string constructedCodetext)

Parametry

constructedCodetext string

Skonstruowany kod tekstowy.

 Polski