Back to Devexpress

DashboardExportPaperKind Type

dashboard-js-devexpress-dot-dashboard-86b6b007.md

latest570 B
Original Source

DashboardExportPaperKind Type

Lists values that specify the type of paper for the printed document.

Declaration

ts
export type DashboardExportPaperKind = "Letter" | "Legal" | "Executive" | "A5" | "A4" | "A3"

Members

NameDescription
"Letter"

Letter paper (8.5 in. by 11 in.).

| | "Legal" |

Legal paper (8.5 in. by 14 in.).

| | "Executive" |

Executive paper (7.25 in. by 10.5 in.).

| | "A5" |

A5 paper (148 mm by 210 mm).

| | "A4" |

A4 paper (210 mm by 297 mm).

| | "A3" |

A3 paper (297 mm by 420 mm).

|