Link Search Menu Expand Document

QRCode Properties

The QRCode type exposes the following members.

Properties
NameDescription
Public propertyAdditionalCaption
Gets or sets the additional barcode caption text to draw.
Public propertyAdditionalCaptionFont
Gets or sets the additional barcode caption font.
Public propertyAdditionalCaptionPosition
Gets or sets the barcode additional caption position.
Public propertyBackColor
Gets or sets the color used to draw the barcode background.
Public propertyCaption
Gets or sets the barcode caption (by default this is encoded value).
Public propertyCaptionFont
Gets or sets the barcode caption font.
Public propertyCaptionPosition
Gets or sets the barcode caption position.
Public propertyCharacterEncoding
Gets or sets the character encoding of barcode value. Default is Default - the default encoding on your computer.
Public propertyDotSize
Gets or sets the size of QR Code dot in pixels.
Public propertyDrawCaption
Gets or sets a value indicating whether to draw the barcode value.
Public propertyDrawQuietZones
Gets or sets a value indicating whether to draw quite zones when drawing symbologies that have such zones.
Public propertyForeColor
Gets or sets the color used to draw the barcode bars and caption(s).
Public propertyIsGS1
Gets or sets whether to generate GS1 version of QR code. GS1 QR Code requires a value that is formatted according to GS1 specification. For example: "(01)07046261398572(17)130331(10)TEST5632(21)19067811811".
Public propertyMargins
Gets or sets the barcode margins.
Public propertyProduceMonochromeImages
Gets or sets a value indicating whether the component should produce monochrome (1-bit, black and white) images.
Remarks
Note: 1-bit monochrome images can be created only in BMP, PNG and TIFF image formats.
Public propertyQROption_EncodingHint
Gets or sets the QR Code-specific hint to use when encoding non-alphanumeric data.
Public propertyQROption_ErrorCorrectionLevel
Gets or sets the error correction level for QR Code barcodes.
Public propertyQROption_Version
Gets or sets the minimum version (size) for QR Code barcodes.
Public propertyRegistrationKey
Gets or sets the key part of the registration information.
Public propertyRegistrationName
Gets or sets the name part of the registration information.
Public propertyValue
Gets or sets the barcode value to encode.
Public propertyVersion
Gets the component version number.
Top
See Also

Reference