Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The QRCode type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AdditionalCaption |
Gets or sets the additional barcode caption text to draw.
| |
| AdditionalCaptionFont |
Gets or sets the additional barcode caption font.
| |
| AdditionalCaptionPosition |
Gets or sets the barcode additional caption position.
| |
| BackColor |
Gets or sets the color used to draw the barcode background.
| |
| Caption |
Gets or sets the barcode caption (by default this is encoded value).
| |
| CaptionFont |
Gets or sets the barcode caption font.
| |
| CaptionPosition |
Gets or sets the barcode caption position.
| |
| CharacterEncoding |
Gets or sets the character encoding of barcode value.
Default is Default - the default encoding on your computer.
| |
| DotSize |
Gets or sets the size of QR Code dot in pixels.
| |
| DrawCaption |
Gets or sets a value indicating whether to draw the barcode value.
| |
| DrawQuietZones |
Gets or sets a value indicating whether to draw quite zones when
drawing symbologies that have such zones.
| |
| ForeColor |
Gets or sets the color used to draw the barcode bars and caption(s).
| |
| IsGS1 |
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".
| |
| Margins |
Gets or sets the barcode margins.
| |
| ProduceMonochromeImages |
Gets or sets a value indicating whether the component should produce monochrome (1-bit, black and white) images.
Remarks | |
| QROption_EncodingHint |
Gets or sets the QR Code-specific hint to use when encoding non-alphanumeric data.
| |
| QROption_ErrorCorrectionLevel |
Gets or sets the error correction level for QR Code barcodes.
| |
| QROption_Version |
Gets or sets the minimum version (size) for QR Code barcodes.
| |
| RegistrationKey |
Gets or sets the key part of the registration information.
| |
| RegistrationName |
Gets or sets the name part of the registration information.
| |
| Value |
Gets or sets the barcode value to encode.
| |
| Version |
Gets the component version number.
|
See Also