New to Telerik UI for BlazorStart a free 30-day trial

The component that configures the excel export.

Definition

Constructors

C#
public GridPdfExport()

Properties

Sets the page orientation for the exported PDF document. Use Portrait for taller pages suitable for documents with many rows, or Landscape for wider pages that can accommodate more columns. Default is Portrait.

C#
[Parameter]
public GridPdfExportPageOrientation PageOrientation { get; set; }

Sets the paper size for the exported PDF document. Common sizes include A4 (8.3" x 11.7") for standard documents, A3 (11.7" x 16.5") for larger layouts, Letter (8.5" x 11") for US standard, or Legal (8.5" x 14") for legal documents. Default is A4.

C#
[Parameter]
public GridPdfExportPaperSize PaperSize { get; set; }