The PDF form button text font
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfFont Font { get; set; } |
| Visual Basic |
|---|
Public Property Font As PdfFont Get Set |
| Visual C++ |
|---|
public: property PdfFont^ Font { PdfFont^ get (); void set (PdfFont^ value); } |