Click or drag to resize

PdfFontColor Property

Gets or sets the text color used by the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfColor Color { get; set; }

Property Value

Type: PdfColor
Remarks
Properties of a font object with IsLocked set can not be changed.
See Also