Click or drag to resize

PdfCellStyle Constructor (PdfFontBase, PdfBrush, PdfPen)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCellStyle(
	PdfFontBase font,
	PdfBrush fontBrush,
	PdfPen borderPen
)

Parameters

font
Type: Spire.Pdf.Graphics PdfFontBase
The font.
fontBrush
Type: Spire.Pdf.Graphics PdfBrush
The font brush.
borderPen
Type: Spire.Pdf.Graphics PdfPen
The border pen.
See Also