Interface IComplexCodetext

Interface IComplexCodetext

Nazwa przestrzeń: Aspose.BarCode.ComplexBarcode Zgromadzenie: Aspose.BarCode.dll (25.4.0)

Interfejs dla skomplikowanego tekstu kodowego używany z ComplexBarcodeGenerator.

public interface IComplexCodetext

Methods

GetBarcodeType()

Dostęp do typu barcode.

BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

Rodzaj kodu barkowego.

GetConstructedCodetext()

Tworzenie tekstu kodowego dla złożonych kodów barowych

string GetConstructedCodetext()

Returns

string

Wykonane kodeksy

InitFromString(strumień)

Inicjalizuje instancję z utworzonym kodeksem.

void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

Wykonane kodeksy.

 Polski