PdfTextBox.FontColor Property

Gets or sets the color of the font used to display text in the control.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfColor FontColor { get; set; }
VB
Public Property FontColor As PdfColor
	Get
	Set

Property Value

Type: PdfColor
The color of the font used to display text in the control.

See Also