This property can be set on true to instruct the HTML to SVG converter to send the custom headers defined by the HttpRequestHeaders property each time an external resource (image, css, etc) referenced by the web page is requested. The default value of this property is true and the custom headers are automatically sent to the web server when the web page resources are requested.

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

Syntax

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

Property Value

Type: Boolean

See Also