QREncoder Properties

PDF File Writer

QREncoder Properties

The QREncoder type exposes the following members.

Properties
  NameDescription
Public propertyErrorCorrection
QR Code error correction code (L, M, Q, H)
Public propertyModuleSize
Module size (Default: 2)
Public propertyQRCodeDimension
Gets QR Code matrix dimension in bits
Public propertyQRCodeImageDimension
Gets QR Code image dimension
Public propertyQRCodeMatrix
QR code matrix.
Public propertyQRCodeVersion
Gets QR Code matrix version
Public propertyQuietZone
Quiet zone around the barcode in pixels (Default: 8) Must be at least 4 times module size
Top
See Also