HtmlToPdfConverterPersistentHttpRequestHeaders Property
This property can be set on true to instruct the HTML to PDF 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: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public bool PersistentHttpRequestHeaders { get; set; }
Public Property PersistentHttpRequestHeaders As Boolean
Get
Set
Property Value
Boolean