ClassGridPdfExport
The component that configures the excel export.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridPdfExport : GridSpreadsheetExport<GridBeforePdfExportEventArgs, GridAfterPdfExportEventArgs>, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridSpreadsheetExport<GridBeforePdfExportEventArgs, GridAfterPdfExportEventArgs>GridPdfExport
Implements:
Inherited Members
Constructors
GridPdfExport()
Declaration
public GridPdfExport()
Properties
PageOrientation
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.
Declaration
[Parameter]
public GridPdfExportPageOrientation PageOrientation { get; set; }
Property Value
PaperSize
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.
Declaration
[Parameter]
public GridPdfExportPaperSize PaperSize { get; set; }
Property Value