Class PdfTheme
Defines the theme options for PDF export.
Inheritance
System.Object
PdfTheme
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfTheme : Object
Constructors
PdfTheme()
Declaration
public PdfTheme()
Properties
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 |