menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTheme - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved