Interface IComplexCodetext
Interface IComplexCodetext
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.0)
Interface pro složitý kódový text používaný s ComplexBarcodeGenerator.
public interface IComplexCodetext
Metody
GetBarcodeType()
Získá typ čárového kódu.
BaseEncodeType GetBarcodeType()
Vrací
Typ čárového kódu.
GetConstructedCodetext()
Sestaví kódový text pro složitý čárový kód.
string GetConstructedCodetext()
Vrací
Sestavený kódový text.
InitFromString(string)
Inicializuje instanci se sestaveným kódovým textem.
void InitFromString(string constructedCodetext)
Parametry
constructedCodetext
string
Sestavený kódový text.