Interface IComplexCodetext

Interface IComplexCodetext

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

用于 ComplexBarcodeGenerator 的复杂编码文本接口。

public interface IComplexCodetext

方法

GetBarcodeType()

获取条形码类型。

BaseEncodeType GetBarcodeType()

返回

BaseEncodeType

条形码类型。

GetConstructedCodetext()

为复杂条形码构造编码文本。

string GetConstructedCodetext()

返回

string

构造的编码文本。

InitFromString(string)

用构造的编码文本初始化实例。

void InitFromString(string constructedCodetext)

参数

constructedCodetext string

构造的编码文本。

 中文