Click or drag to resize

TextBoxAnnotationFontColor Property

Gets or sets the color of the font.

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

Property Value

Type: Color
Remarks
FillColor property of DefaultTextAppearance specifies the color of the text and border for TextBoxAnnotation. FontColor allows to override the font color separately from the border color.
See Also