Azure QR Code Generator
Generating & printing barcode QRCode images on Microsoft Windows Azure cloud-computing platform
- Ready to deploy QR Code barcode generator package for Microsoft Windows Azure Cloud-computing platform
- High performance and reliable QR Code barcode generation package using by OnBarcode barcode generating hosting service
- Generate QR Code barcodes in any static web pages (.html) and dynamic ones (.aspx, jsp, asp, php, perl).
- Generate QR Code barcodes in any reporting and business applications that are supporting dynamic image through URL.
- Creating high quality QRCode GIF images compatible with all web browsers.
- QR Code Generator for Windows Azure using mature .NET Barcode Generator Component
Index
Integration Deployed Barcode Generator on Azure into your projects
After you deploy Barcode Generator on Azure into your Azure service account
(if not, see
How to deploy Barcode Generator for Windows Azure?), you can immediately start generating barcodes
in your web pages (html, asp, aspx, jsp, php, perl) and reporting and business applications that support display images with dynamic URL.
Integrate
- Dynamic barcode image URL for QR Code barcodes:
http://{Your Azure Service URL}/qrcode.aspx?DATA=123456789
-
You can put the above url to your IMG tag in your web page, or pass to your application's image with dynamic URL properties.
You can add parameters to the end of url to set QR Code data to encode, customize barcode image settings. More detail,
view QR Code barcode parameters setting
QR Code Generators
OnBarcode provides several QR Code Generator components and software, including
.NET QR Code,
Java QR Code,
C# QR Code,
VB.NET QR Code,
iPhone QR Code,
iPad QR Code,
Android QR Code,
QR Code Generator Software.
QRCode Generator on Azure - Barcode Parameters
Category |
Parameter |
Value |
Comments |
Basic |
DATA
|
Type: string
Default: "QRCode"
|
Barcode value to encode
QRCode Valid Data Char Set:
- numeric data (digits 0 - 9);
- alphanumeric data (digits 0 - 9; upper case letters A -Z; nine other characters: space, $ % * + - . / : );
- byte data (default: ISO/IEC 8859-1);
- Kanji characters
|
|
QRCode Special |
PROCESS-TILDE
|
Type: bool
Default: true
|
Set the ProcessTilde property to true, if you want use the tilde character "~" to specify special characters in the input data. Default is true.
In parameter value, use "true" for true, "false" for false.
|
DATA-MODE
|
Type: int
Default: 0 (Auto)
|
-
0 (Auto): It allows encoding all 256 possible 8-bit byte values. This
includes all ASCII characters value from 0 to 127 inclusive and provides for
international character set support
-
1 (AlphaNumeric): It allows encoding alphanumeric data (digits 0 - 9; upper case letters A -Z; nine other characters: space, $ % * + - . / : ).
-
2 (Byte): It allows encoding byte data (default: ISO/IEC 8859-1).
-
3 (Numeric): It allows encoding numeric data (digits 0 - 9).
-
4 (Kanji): It allows encoding Kanji characters.
|
ECL
|
Type: int
Default: 0 (L)
|
QRCode Error Correction Level. Default is 0 (L).
|
FNC1
|
Type: FNC1
0FNC1. FNC1_NONE (0)
|
To encode GS1 compatible QR-Code barcide, you need set FNC1 value to 1
|
STRUCTURED-APPEND
|
Type: bool
Default: "false"
|
Set StructuredAppend property to true, then Structured Append is enabled.
In parameter value, use "true" for true, "false" for false.
|
SYMBOL-COUNT
|
Type: int
Default: 0
|
the number of total symbols which make the sequence. |
SYMBOL-INDEX
|
Type: int
Default: 0
|
the position of current symbol in the secuence (Start with 0). |
PARITY
|
Type: int
Default: 0
|
- |
VERSION
|
Type: int
Default: 1
|
Valid values are from 1 to 40. |
|
Size Related |
UOM
|
Type: int
Default: 0 (PIXEL)
|
Unit of meature for all size related settings.
Valid values:
- 0 (PIXEL)
- 1 (CM)
- 2 (INCH)
|
X
|
Type: float
Default: 2
|
Barcode bar module width and height, default is 3 pixel |
BARCODE-WIDTH
|
Type: float
Default: 0.
|
Barcode image width.
If BarcodeWidth setting is smaller than the barcode required minimum width, Online Barcode Generator will automatically reset to barcode minimum width. |
BARCODE-HEIGHT
|
Type: float
Default: 0.
|
Barcode image height.
If BarcodeHeight setting is smaller than the barcode required minimum height, Online Barcode Generator will automatically reset to barcode minimum height. |
LEFT-MARGIN
|
Type: float
Default: 0.
|
Barcode image left margin size. |
RIGHT-MARGIN
|
Type: float
Default: 0.
|
Barcode image right margin size. |
TOP-MARGIN
|
Type: float
Default: 0.
|
Barcode image top margin size. |
BOTTOM-MARGIN
|
Type: float
Default: 0.
|
Barcode image bottom margin size. |
RESOLUTION
|
Type: int
Default: 72.
|
Barcode image resolution in DPI (Dots per inch). |
ROTATE
|
Type: int
Default: 0
|
Valid values:
- 0 (in roration angle 0 degree)
- 1 (in roration angle 90 degree)
- 2 (in roration angle 180 degree)
- 3 (in roration angle 270 degree)
|
All Barcode Generator for Windows Azure Supporting Bar Code Types