Interface IComplexCodetext
Interface IComplexCodetext
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.2.0)
Interface for complex codetext used with ComplexBarcodeGenerator.
public interface IComplexCodetext
Methods
GetBarcodeType()
Gets barcode type.
BaseEncodeType GetBarcodeType()
Returns
Barcode type.
GetConstructedCodetext()
Construct codetext for complex barcode
string GetConstructedCodetext()
Returns
Constructed codetext
InitFromString(string)
Initializes instance with constructed codetext.
void InitFromString(string constructedCodetext)
Parameters
constructedCodetext
string
Constructed codetext.