Click or drag to resize

PdfCellStyle TextBrush Property

Gets or sets the brush which will be used to draw font.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBrush TextBrush { get; set; }

Property Value

Type: PdfBrush
Remarks
This brush will be used to fill glyphs interior, which is the default.
See Also