Gets or sets the form field fore color
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfColor ForeColor { get; set; } |
| Visual Basic |
|---|
Public Property ForeColor As PdfColor Get Set |
| Visual C++ |
|---|
public: property PdfColor^ ForeColor { PdfColor^ get (); void set (PdfColor^ value); } |