QREncoder Class

PDF File Writer

QREncoder Class

QR Code Encoder class
Inheritance Hierarchy
SystemObject  PdfFileWriterQREncoderTables
    PdfFileWriterQREncoder

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class QREncoder : QREncoderTables

The QREncoder type exposes the following members.

Constructors
  NameDescription
Public methodQREncoder
Initializes a new instance of the QREncoder class
Top
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
Methods
  NameDescription
Public methodConvertQRCodeMatrixToPixels
convert black and white matrix to black and white image
Public methodEncode(Byte)
Encode one data segment into QRCode boolean matrix
Public methodEncode(Byte)
Encode data segments array into QRCode boolean matrix
Public methodEncode(String)
Encode one string into QRCode boolean matrix
Public methodEncode(String)
Encode array of strings into QRCode boolean matrix
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberVersionNumber
Version number
Top
See Also