New to Kendo UI for AngularStart a free 30-day trial

DrawOptions

Interface

The configuration options for the drawDOM method.

Definition

Package:@progress/kendo-drawing

Properties

string | boolean

A flag that indicates whether to produce clickable hyperlinks in the exported PDF file (see example). You can also pass a CSS selector as an argument. All matching links are ignored.

Default:

false

An optional CSS selector that specifies the elements which cause the page breaks (see example).

An optional CSS selector that specifies the elements which should not be split across the pages (see example).

landscape?

boolean

A flag indicating if the page should be in a landscape orientation. By default, the page is in a portrait orientation.

Default:

false

Specifies the margins of the page (numbers or strings with units).

The paper size for automatic page breaking. The default "auto" configuration means that the paper size is determined by the content.

Default:

"auto"

Specifies if the <thead> elements of the tables should be repeated on each page.

A scale factor that will be applied to the elements (see example). Can be set to a number, array ([ xScale, yScale ]), or an object ({ x: xScale, y: yScale }).

template?

string | (context: any) => string

The page template for multi-page output.