Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class QRBarcodeShape
QR (Quick Response) code shape.
The physical size of the QR code is given by its Width and Height in points. The number of "dots" dat get generated depends on the value of the Data parameter. More data implies a QR code with more (and smaller) dots. The current implementation will always generate a code with error correction level "M".
The Quiet zone property is ignored, as QR codes incorporate a mandatory "quiet zone". The DataLength and XDimension properties are currently also ignored.
Syntax
public class QRBarcodeShape
: TwoDimensionalBarcodeShape
Constructors
Properties
String Display
The textual representation of the data as it appears with the barcode.
Double MinimumHeight
The recommended minimum height (in points) of the barcode given the current settings.
It is possible to set the height smaller than the minimum height but then the content
will be clipped.
Double MinimumWidth
The recommended minimum width (in points) of the barcode given the current settings.
It is possible to set the width smaller than the minimum width but then the content
will be clipped.