Click or drag to resize

PdfTextAppearanceStrokeColor Property

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

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 StrokeColor { get; set; }

Property Value

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