TQRCode.GetBitmapImage Method

Delphi Quricol

Quricol Library
ContentsIndexHome
PreviousUpNext
TQRCode.GetBitmapImage Method

Created Windows Bitmap image with the text encoded as QR code

Syntax
Pascal
class function GetBitmapImage(const Text: string; Margin: integer = 4; PixelSize: integer = 3; Level: TErrorCorretion = QualityLow): TBitmap;
Parameters 
Description 
const Text: string 
The text to encode
 
Margin: integer = 4 
The margin from the image border
 
PixelSize: integer = 3 
The size of the one point of the image 
Level: TErrorCorretion = QualityLow 
The error correction level 
Copyright (c) Serhiy Perevoznyk, 2012. All rights reserved.