IComplexCodetext

IComplexCodetext class

Interface for complex codetext used with ComplexBarcodeGenerator.

new IComplexCodetext()

Methods

NameDescription
getBarcodeType()Gets barcode type.
getConstructedCodetext()Construct codetext for complex barcode
initFromString(constructedCodetext)Initializes instance with constructed codetext.

getBarcodeType()

Gets barcode type.

Returns: Barcode type.

getConstructedCodetext()

Construct codetext for complex barcode

Returns: Constructed codetext

initFromString(constructedCodetext)

Initializes instance with constructed codetext.

ParameterDescription
constructedCodetextConstructed codetext.