Gets or sets the text font as a System.Drawing.Font object

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Font TextSysFont { get; set; }
Visual Basic
Public Property TextSysFont As Font
	Get
	Set
Visual C++
public:
property Font^ TextSysFont {
	Font^ get ();
	void set (Font^ value);
}

Property Value

Type: Font

See Also