Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxPdfExportOptions.PaperKind Property

Specifies the type of paper for the exported document.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public PaperKind PaperKind { get; set; }

Property Value

Type Description
PaperKind

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

See Also