API Reference
Class
QrPayloadData
QR payload with optional encoding/version defaults.
Inheritance
- Object
- QrPayloadData
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method QrPayloads.AppStore
- Method QrPayloads.AppStoreApple
- Method QrPayloads.AppStoreGooglePlay
- Method QrPayloads.BezahlCode
- Method QrPayloads.BezahlCodeContact
- Method QrPayloads.BezahlCodePeriodicSinglePayment
- Method QrPayloads.BezahlCodePeriodicSinglePaymentSepa
- Method QrPayloads.BezahlCodeSingleDirectDebit
- Method QrPayloads.BezahlCodeSingleDirectDebitSepa
- Method QrPayloads.BezahlCodeSinglePayment
- Method QrPayloads.BezahlCodeSinglePaymentSepa
- Method QrPayloads.BitcoinLike
- Method QrPayloads.Bookmark
- Method QrPayloads.CalendarEvent
- Method QrPayloads.Contact
- Method QrPayloads.Detect
- Method QrPayloads.Email
- Method QrPayloads.Facebook
- Method QrPayloads.FacebookProfile
- Method QrPayloads.Geo
- Method QrPayloads.Girocode
- Method QrPayloads.LinkedIn
- Method QrPayloads.LinkedInCompany
- Method QrPayloads.LinkedInProfile
- Method QrPayloads.Mms
- Method QrPayloads.Monero
- Method QrPayloads.OneTimePassword
- Method QrPayloads.PayPalMe
- Method QrPayloads.Phone
- Method QrPayloads.RussiaPaymentOrder
- Method QrPayloads.RussiaPaymentOrder
- Method QrPayloads.ShadowSocks
- Method QrPayloads.ShadowSocks
- Method QrPayloads.SkypeCall
- Method QrPayloads.SlovenianUpn
- Method QrPayloads.Sms
- Method QrPayloads.SwissQrCode
- Method QrPayloads.Text
- Method QrPayloads.TikTok
- Method QrPayloads.TikTokProfile
- Method QrPayloads.Twitter
- Method QrPayloads.TwitterProfile
- Method QrPayloads.Upi
- Method QrPayloads.Url
- Method QrPayloads.WhatsAppMessage
- Method QrPayloads.Wifi
- Method QrPayloads.XProfile
- Method RussiaPaymentOrderPayload.ToPayloadData
- Method SlovenianUpnQrPayload.ToPayloadData
- Method SwissQrCodePayload.ToPayloadData
Accepted by parameters
- Method QR.AsciiConsole
- Method QR.Create
- Method QR.Encode
- Method QR.Save
- Method QrCode.Encode
- Method QrCode.Render
- Method QrCode.Save
- Method QrEasy.Encode
- Method QrEasy.EvaluateScanHeuristics
- Method QrEasy.RenderAsciiConsole
- Method QrEasy.RenderPixels
Constructors
public QrPayloadData(String text, Nullable<QrErrorCorrectionLevel> errorCorrectionLevel = null, Nullable<Int32> minVersion = null, Nullable<Int32> maxVersion = null, Nullable<QrTextEncoding> textEncoding = null) #Creates a payload with optional encoding/version defaults.
Parameters
- text System.String
- Payload text.
- errorCorrectionLevel System.Nullable{CodeGlyphX.QrErrorCorrectionLevel} = null
- Optional error correction level recommendation.
- minVersion System.Nullable{System.Int32} = null
- Optional minimum QR version.
- maxVersion System.Nullable{System.Int32} = null
- Optional maximum QR version.
- textEncoding System.Nullable{CodeGlyphX.QrTextEncoding} = null
- Optional text encoding recommendation.
Exceptions
ArgumentNullException– Thrown when text is null.
Methods
Inherited Methods
Properties
public Nullable<QrErrorCorrectionLevel> ErrorCorrectionLevel { get; } #Optional error correction level recommendation.
public Nullable<Int32> MinVersion { get; } #Optional minimum QR version.
public Nullable<Int32> MaxVersion { get; } #Optional maximum QR version.
public Nullable<QrTextEncoding> TextEncoding { get; } #Optional text encoding recommendation.