Class PdfTheme
Defines Pdf Theme options.
Inheritance
System.Object
PdfTheme
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.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 |