ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfContentStyle - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfContentStyle

    Defines pdf cell style options

    Inheritance
    System.Object
    PdfContentStyle
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class PdfContentStyle

    Constructors

    PdfContentStyle()

    Declaration
    public PdfContentStyle()

    Properties

    DashStyle

    Defines the dash style.

    Declaration
    public PdfDashStyle DashStyle { get; set; }
    Property Value
    Type Description
    Syncfusion.Pdf.Graphics.PdfDashStyle

    FontSize

    Defines the font size.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    HAlign

    Defines the horizontal alignment.

    Declaration
    public PdfHorizontalAlign HAlign { get; set; }
    Property Value
    Type Description
    PdfHorizontalAlign

    PenColor

    Defines the pen color.

    Declaration
    public string PenColor { get; set; }
    Property Value
    Type Description
    System.String

    PenSize

    Defines the pen size.

    Declaration
    public double PenSize { get; set; }
    Property Value
    Type Description
    System.Double

    TextBrushColor

    Defines the text brush color.

    Declaration
    public string TextBrushColor { get; set; }
    Property Value
    Type Description
    System.String

    TextPenColor

    Defines the text pen color.

    Declaration
    public string TextPenColor { get; set; }
    Property Value
    Type Description
    System.String

    VAlign

    Defines the vertical alignment.

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