Class PdfThemeStyle
Defines Pdf Style options.
Inheritance
System.Object
PdfThemeStyle
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 PdfThemeStyle
Constructors
PdfThemeStyle()
Declaration
public PdfThemeStyle()
Properties
Font
Defines the font of the theme.
Declaration
public PdfFont Font { get; set; }
Property Value
Type |
---|
Syncfusion.Pdf.Graphics.PdfFont |