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
)
Public Sub New (
font As PdfFontBase,
fontBrush As PdfBrush,
borderPen As PdfPen
)
public:
PdfCellStyle(
PdfFontBase^ font,
PdfBrush^ fontBrush,
PdfPen^ borderPen
)
new :
font : PdfFontBase *
fontBrush : PdfBrush *
borderPen : PdfPen -> PdfCellStyle
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