Gets or sets value indicating whether eudc characted would be embed into PDF document.

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 EmbedPrivateCharacters { get; set; }
Visual Basic (Declaration)
Public Property EmbedPrivateCharacters As Boolean
Visual C++
public:
property bool EmbedPrivateCharacters {
	bool get ();
	void set (bool value);
}

See Also