Interface IComplexCodetext

Interface IComplexCodetext

Namn på plats: Aspose.BarCode.ComplexBarcode Sammanfattning: Aspose.BarCode.dll (25.4.0)

Gränssnitt för komplex kodtext som används med ComplexBarcodeGenerator.

public interface IComplexCodetext

Methods

GetBarcodeType()

får barkoden typ.

BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

Typ av barkod.

GetConstructedCodetext()

Konstruera kodtext för komplexa barkoder

string GetConstructedCodetext()

Returns

string

Konstruerad kodtekst

InitFromString(Sträng)

Initialiserar instans med konstruerad kodtekst.

void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

Konstruerad kodtext.

 Svenska