Xbasic
QRCode::Creator::GenerateRTF Method
Syntax
PUBLIC STATIC GenerateRTF AS C (text AS C, correctionLevel AS C, width AS N, height AS N)
Arguments
- text AS C
QRCode input
- correctionLevel AS C
Correction level can be L,M,Q or H (L=7%, M=15%, Q=25%, H=30%). See QRCode Namespace for more information.
- width AS N
QR Code image width.
- height AS N
QR Code image height.
Description
GenerateRTF creates an embedded QRCode image for an RTF file.
See Also