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

Сконструйований код.

 Українська