Represents vue QRCode Component
<ejs-qrcode-generator></ejs-qrcode-generator>
string
Defines the background color of the QR code.
Defaults to ‘white’
DisplayTextModel
Defines the text properties for the QR code.
Defaults to ”
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
ErrorCorrectionLevel
Defines the error correction level of the QR code.
Defaults to undefined
string
Defines the forecolor of the QR code.
Defaults to ‘black’
string
| number
Defines the height of the QR code model.
Defaults to ‘100%’
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to ”
QRCodeLogoModel
Specifies the logo overlay configuration for the QR code.
Defaults to ”
MarginModel
Defines the margin properties for the QR code.
Defaults to ”
Defines the QR code rendering mode.
Defaults to ‘SVG’
string
Defines the type of barcode to be rendered.
Defaults to undefined
QRCodeVersion
Defaults to undefined
string
| number
Defines the width of the QR code model.
Defaults to ‘100%’
number
Defines the xDimension of the QR code model.
It is used to destroy the Barcode component.
Returns void
Export the barcode as an image in the specified image type and returns it as base64 string.
Parameter | Type | Description |
---|---|---|
barcodeExportType | BarcodeExportType |
Defines the format of the barcode to be exported |
Returns Promise
Export the barcode as an image in the specified image type and downloads it in the browser.
Parameter | Type | Description |
---|---|---|
filename | string |
Specifies the filename of the barcode image to be download. |
barcodeExportType | BarcodeExportType |
Defines the format of the barcode to be exported |
Returns void
Returns the module name of the barcode
Returns string
Get the properties to be maintained in the persisted state.
Returns string
EmitType<Object>
Triggers if you enter any invalid character.