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

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfBrush TextBrush { get; set; }
Public Property TextBrush As PdfBrush
	Get
	Set
public:
property PdfBrush^ TextBrush {
	PdfBrush^ get ();
	void set (PdfBrush^ value);
}
member TextBrush : PdfBrush with get, set

Property Value

PdfBrush

Remarks

This brush will be used to fill glyphs interior, which is the default.

See Also