Gets a value indicating whether the private characters will be embeded into a pdf document.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.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