Interface IComplexCodetext

Interface IComplexCodetext

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

Interface pro složitý kódový text používaný s ComplexBarcodeGenerator.

public interface IComplexCodetext

Metody

GetBarcodeType()

Získá typ čárového kódu.

BaseEncodeType GetBarcodeType()

Vrací

BaseEncodeType

Typ čárového kódu.

GetConstructedCodetext()

Sestaví kódový text pro složitý čárový kód.

string GetConstructedCodetext()

Vrací

string

Sestavený kódový text.

InitFromString(string)

Inicializuje instanci se sestaveným kódovým textem.

void InitFromString(string constructedCodetext)

Parametry

constructedCodetext string

Sestavený kódový text.

 Čeština