Class PdfTheme
Defines pdf export theme.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfTheme
Constructors
PdfTheme()
Declaration
public PdfTheme()
Properties
Caption
Defines the theme style of caption content.
Declaration
public PdfThemeStyle? Caption { get; set; }
Property Value
| Type |
|---|
| PdfThemeStyle |
Header
Defines the style of header content.
Declaration
public PdfThemeStyle? Header { get; set; }
Property Value
| Type |
|---|
| PdfThemeStyle |
Record
Defines the theme style of record content.
Declaration
public PdfThemeStyle? Record { get; set; }
Property Value
| Type |
|---|
| PdfThemeStyle |