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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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
IDashboardControl
.PrintPreviewOptions .PaperKind
DashboardControl
.PrintPreviewOptions .PaperKind
See Also