Interface IComplexCodetext

Interface IComplexCodetext

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

Schnittstelle für komplexen Codetext, der mit ComplexBarcodeGenerator verwendet wird.

public interface IComplexCodetext

Methoden

GetBarcodeType()

Erhält den Barcode-Typ.

BaseEncodeType GetBarcodeType()

Gibt zurück

BaseEncodeType

Barcode-Typ.

GetConstructedCodetext()

Konstruiert den Codetext für den komplexen Barcode

string GetConstructedCodetext()

Gibt zurück

string

Konstruierten Codetext

InitFromString(string)

Initialisiert die Instanz mit dem konstruierten Codetext.

void InitFromString(string constructedCodetext)

Parameter

constructedCodetext string

Konstruierten Codetext.

 Deutsch