PDF .NET Library Documentation - PDF Technologies, Inc.
When set to TRUE you may emulate the bold, italic and underline styles of a font. The defualt value is true.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

See Also