EVO HTML to PDF Converter

HtmlToImageElementPersistentHttpRequestHeaders Property

EVO PDF Client for .NET Documentation
This property can be set on true to instruct the HTML to Image element 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.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public bool PersistentHttpRequestHeaders { get; set; }

Property Value

Type: Boolean
See Also

Reference