QRCode Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The QRCode type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddDecorationImage(Image, Int32) | Adds decorative image to draw in the center of the QR Code. | |
| AddDecorationImage(String, Int32) | Adds decorative image to draw in the center of the QR Code. | |
| Dispose | ||
| DrawOnGraphics | Draws the barcode on Graphics canvas object. | |
| DrawOnHDC | Draws the barcode on HDC canvas object. | |
| DrawToImage(Stream, Int32, Int32, Int32, Stream) | Draws barcode on another image at specified coordinates. | |
| DrawToImage(String, Int32, Int32, Int32, String) | Draws barcode on another image at specified coordinates. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetImage | Gets the Image object with the barcode. | |
| GetImageBytes | Gets the bytes of the bitmap with the barcode. | |
| GetImageBytesEMF | Gets the bytes of the EMF image with the barcode. | |
| GetImageBytesGIF | Gets the bytes of the GIF image with the barcode. | |
| GetImageBytesJPG | Gets the bytes of the JPG image with the barcode. | |
| GetImageBytesPNG | Gets the bytes of the PNG image with the barcode. | |
| GetImageBytesTIFF | Gets the bytes of the TIFF image with the barcode. | |
| GetMinimalSize | Gets or sets the dimension of the smallest square in pixels that can accommodate the barcode. | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ProcessMacros | Replaces macro codes with corresponding ASCII control characters. | |
| SaveImage(Stream) | Saves the bitmap with the barcode into given stream. | |
| SaveImage(String) | Saves the barcode image to file. Image format is selected by the file name extension. | |
| SaveImage(Stream, ImageFormat) | Saves the image with the barcode into given stream. | |
| SaveImage(String, ImageFormat) | Saves the barcode image to file. | |
| SetAdditionalCaptionFont(String, Int32) | Sets the font with specified properties as the barcode additional caption font. | |
| SetAdditionalCaptionFont(String, Int32, Boolean, Boolean, Boolean, Boolean, Byte) | Sets the font with specified properties as the barcode additional caption font. | |
| SetBackColor | Sets background color in RGB format. | |
| SetCaptionFont(String, Int32) | Sets the font with specified properties as the barcode caption font. | |
| SetCaptionFont(String, Int32, Boolean, Boolean, Boolean, Boolean, Byte) | Sets the font with specified properties as the barcode caption font. | |
| SetCharacterEncoding | Sets the character encoding of barcode value. Default is Default - the default encoding on your computer. You may override this value like: barcode.Options.TextEncodingCodePage = 1250; // to use German locale to decode text Name CodePage EncodingName shift_jis 932 Japanese (Shift-JIS) windows-1250 1250 Central European (Windows) windows-1251 1251 Cyrillic (Windows) Windows-1252 1252 Western European (Windows) windows-1253 1253 Greek (Windows) windows-1254 1254 Turkish (Windows) csISO2022JP 50221 Japanese (JIS-Allow 1 byte Kana) iso-2022-kr 50225 Korean (ISO) | |
| SetForeColor | Sets fore color in RGB format. | |
| SetMargins | Sets the barcode margins in pixels. | |
| ToString | (Inherited from Object.) | |
| ValueIsValidGS1 | Validates the value against GS1 rules. |
See Also