Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTheme - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfTheme

    Defines pdf export theme.

    Inheritance
    System.Object
    PdfTheme
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfTheme : Object

    Constructors

    PdfTheme()

    Declaration
    public PdfTheme()

    Properties

    Caption

    Defines the theme style of caption content.

    Declaration
    public PdfThemeStyle Caption { get; set; }
    Property Value
    Type Description
    PdfThemeStyle

    Header

    Defines the style of header content.

    Declaration
    public PdfThemeStyle Header { get; set; }
    Property Value
    Type Description
    PdfThemeStyle

    Record

    Defines the theme style of record content.

    Declaration
    public PdfThemeStyle Record { get; set; }
    Property Value
    Type Description
    PdfThemeStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved