Skip to main content
A newer version of this page is available. .

DashboardPdfExportOptions.PaperKind Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(PaperKind.Letter)]
public PaperKind PaperKind { get; set; }

Property Value

Type Default Description
PaperKind **Letter**

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

Property Paths

You can access this nested property as listed below:

See Also