Skip to main content

DashboardPrintingOptions.PaperKind Property

OBSOLETE

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

Gets or sets the standard paper size.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

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

Property Value

Type Default Description
PaperKind Letter

A PaperKind enumeration value that specifies the standard paper size.

See Also