New to KendoReact? Start a free 30-day trial
Represents the KendoReact QRCode component.
| Name | Type | Default | Description |
|---|
|
|
"null" | HTMLDivElement
|
|
|
|
Readonly<QRCodeProps>
|
|
|
|
"null" | Surface
|
|
|
|
|---|
|
Exports the component as an image. The export operation runs asynchronously and returns a promise.
|
| Parameters | | |
|---|
|
options
|
ImageExportOptions
|
The parameters for the exported image.
|
|
| Returns | |
|---|
Promise<string>
|
- A promise that resolves with a PNG image encoded as a Data URI.
|
|
|
|
|---|
|
Exports the component as an SVG document. The export operation runs asynchronously and returns a promise.
|
| Parameters | | |
|---|
|
options
|
SVGExportOptions
|
The parameters for the exported file.
|
|
| Returns | |
|---|
Promise<string>
|
A promise that resolves with an SVG document that is encoded as a Data URI.
|
|
|
|
|---|
|
Exports a Barcode component as a Drawing Scene.
|
| Parameters | | |
|---|
|
options?
|
any
|
The parameters for the export operation.
|
|
| Returns | |
|---|
Group
|
A promise that returns the root Group of the scene.
|
|