A flag indicating if the converter should impersonate the current user during navigation. By default this property is false.

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

Syntax

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

Property Value

Type: Boolean

See Also