Class SwissQRCodetext
Class SwissQRCodetext
Namn på plats: Aspose.BarCode.ComplexBarcode Sammanfattning: Aspose.BarCode.dll (25.4.0)
Klass för kodning och dekryptering av texten som är inbäddad i SwissQR-koden.
public sealed class SwissQRCodetext : IComplexCodetext
Inheritance
Implements
Arvsmedlemmar
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SwissQRCförteckning(SwissQRBill)
Skapa en instans av SwissQRCodetext.
public SwissQRCodetext(SwissQRBill bill)
Parameters
bill
SwissQRBill
SwissQR biljettdata
SwissQRCförteckning()
Skapa en instans av SwissQRCodetext.
public SwissQRCodetext()
Properties
Bill
SwissQR biljettdata
public SwissQRBill Bill { get; }
Fastighetsvärde
Methods
GetBarcodeType()
får barkoden typ.
public BaseEncodeType GetBarcodeType()
Returns
Typ av barkod.
GetConstructedCodetext()
Konstruera kodtext från SwissQR-räkningsdata
public string GetConstructedCodetext()
Returns
Konstruerad kodtekst
InitFromString(Sträng)
Initialiserar Bill med konstruerad kodtext.
public void InitFromString(string constructedCodetext)
Parameters
constructedCodetext
string
Konstruerad kodtext.