Gets or sets the font of the text rendered by this element in PDF
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfFont TextFont { get; set; } |
| Visual Basic |
|---|
Public Property TextFont As PdfFont Get Set |
| Visual C++ |
|---|
public: property PdfFont^ TextFont { PdfFont^ get (); void set (PdfFont^ value); } |