Interface IComplexCodetext

Interface IComplexCodetext

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

Interface for complex codetext used with ComplexBarcodeGenerator.

public interface IComplexCodetext

Methods

GetBarcodeType()

Gets barcode type.

BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

Barcode type.

GetConstructedCodetext()

Construct codetext for complex barcode

string GetConstructedCodetext()

Returns

string

Constructed codetext

InitFromString(string)

Initializes instance with constructed codetext.

void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

Constructed codetext.

 English