New to KendoReactStart a free 30-day trial

BarcodeHandle

Interface

Represents the ref of the Barcode component.

Definition

Package:@progress/kendo-react-barcodes

Properties

element

null | HTMLDivElement

The current root DOM element or null.

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>

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>

Exports a Barcode component as a Drawing Scene.

Parameters:options?any

The parameters for the export operation.

Returns:

Group

props

Readonly​<BarcodeProps>

The props of the Barcode component.

surface

null | Surface

Gets the Drawing Surface of the Barcode.