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

DashboardPrintPreviewOptions.PaperKind Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.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 printed document.

Property Paths

You can access this nested property as listed below:

Object Type Path to PaperKind
BeforeExportDocumentEventArgs
.PrintPreviewOptions.PaperKind
CustomExportBaseEventArgs
.PrintPreviewOptions.PaperKind
CustomExportEventArgs
.PrintPreviewOptions.PaperKind
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.PaperKind
DashboardDesigner
.PrintPreviewOptions.PaperKind
DashboardViewer
.PrintPreviewOptions.PaperKind
DashboardControl
.PrintPreviewOptions.PaperKind
See Also