Gets and sets whether fonts will be embedded in result pdf file.

Namespace:  PerpetuumSoft.Reporting.Export.Pdf
Assembly:  PerpetuumSoft.Reporting.Export.Pdf (in PerpetuumSoft.Reporting.Export.Pdf.dll) Version: 3.9.0.1

Syntax

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

See Also