Click or drag to resize

PdfTextAppearanceFillColor Property

Gets or sets the fill color of the text. This is only used in one of the text render modes that uses filling.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IPdfColor FillColor { get; set; }

Property Value

Type: IPdfColor
The fill color of the text.
See Also