QrCodeOperator.QrCodeOperator Class Reference

QR Code operator properties for Script Engine. Read the documentation for more info.

Properties

string Payload [get, set]
 Payload to encode in the QR code, such as a URL, email, phone number, JSON, or plain text.
 
int Size [get, set]
 Size of the QR code in pixels (width and height). Must be an even number to keep the QR code square.
 
int PosX [get, set]
 Horizontal position of the QR code in pixels.
 
int PosY [get, set]
 Vertical position of the QR code in pixels.
 
ErrorCorrectionLevel EccLevel [get, set]
 Error Correction Level - improves readability when the QR code is damaged, obscured, or affected by glare.
 
CharacterEncodingMode EciMode [get, set]
 Extended Channel Interpretation - defines how text is encoded in the QR code.
 
bool Hide [get, set]
 Hides the QR code from the output.