Class PdfTheme
Defines the theme options for PDF export.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfTheme
Constructors
PdfTheme()
Declaration
public PdfTheme()
Properties
Header
Defines the style of header content.
Declaration
[JsonPropertyName("header")]
public PdfThemeStyle Header { get; set; }
Property Value
| Type |
|---|
| PdfThemeStyle |
Record
Defines the theme style of record content.
Declaration
[JsonPropertyName("record")]
public PdfThemeStyle Record { get; set; }
Property Value
| Type |
|---|
| PdfThemeStyle |