Class SwissQRCodetext
Class SwissQRCodetext
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.2.0)
Class for encoding and decoding the text embedded in the SwissQR code.
public sealed class SwissQRCodetext : IComplexCodetext
Inheritance
Implements
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SwissQRCodetext(SwissQRBill)
Creates an instance of SwissQRCodetext.
public SwissQRCodetext(SwissQRBill bill)
Parameters
bill
SwissQRBill
SwissQR bill data
SwissQRCodetext()
Creates an instance of SwissQRCodetext.
public SwissQRCodetext()
Properties
Bill
SwissQR bill data
public SwissQRBill Bill { get; }
Property Value
Methods
GetBarcodeType()
Gets barcode type.
public BaseEncodeType GetBarcodeType()
Returns
Barcode type.
GetConstructedCodetext()
Construct codetext from SwissQR bill data
public string GetConstructedCodetext()
Returns
Constructed codetext
InitFromString(string)
Initializes Bill with constructed codetext.
public void InitFromString(string constructedCodetext)
Parameters
constructedCodetext
string
Constructed codetext.