Skip to main content
All docs
V18.2

DashboardPdfExportOptions.PaperKind Property

Gets or sets the type of paper for the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string PaperKind { get; set; }

Property Value

Type Description
String

A DashboardExportPaperKind value that specifies the type of paper for the exported document.

See Also