A flag indicating if the System.Drawing.Font object associated with this text element should be embedded in the generated PDF document

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

Syntax

C#
public bool EmbedSysFont { get; set; }
Visual Basic
Public Property EmbedSysFont As Boolean
	Get
	Set
Visual C++
public:
property bool EmbedSysFont {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also