Quricol Library
|
TQRCode.GenerateBitmapFile Method
Generates Windows Bitmap file with the text encoded as QR code
Syntax
Pascal
class procedure GenerateBitmapFile(const FileName: string; const Text: string; Margin: integer = 4; PixelSize: integer = 3; Level: TErrorCorretion = QualityLow);
Parameters |
Description |
const FileName: string |
The name of the bitmap file |
const Text: string |
The text to encode |
Margin: integer = 4 |
The margin from the border |
PixelSize: integer = 3 |
The size of the one image point. |
Level: TErrorCorretion = QualityLow |
The error correction level TQRCode |