New to KendoReact? Start a free 30-day trial
A subclass of React.Component.
Represents the KendoReact Barcode component.
Name | Type | Default | Description |
---|
|
"null" | HTMLDivElement
|
|
|
Readonly<BarcodeProps>
|
|
|
"null" | Surface
|
|
|
---|
Exports the component as an image. The export operation is asynchronous and returns a promise.
|
Parameters | | |
---|
options
|
ImageExportOptions
|
The parameters for the exported image.
|
|
Returns | |
---|
Promise<string>
|
- A promise that will be resolved with a PNG image encoded as a Data URI.
|
|
|
---|
Exports the component as an SVG document. The export operation is asynchronous and returns a promise.
|
Parameters | | |
---|
options
|
SVGExportOptions
|
The parameters for the exported file.
|
|
Returns | |
---|
Promise<string>
|
- A promise that will be resolved 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.
|
|