Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.PaperKind Property

OBSOLETE

The PaperKind property is obsolete now. Use the PaperKind property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the standard paper size.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("The PaperKind property is obsolete now. Use the DashboardPdfExportOptions.PaperKind property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public string PaperKind { get; set; }

Property Value

Type Description
String

A string value returned by the DashboardExportPaperKind class that specifies the standard paper size.

See Also