HtmlToPdfConverterPersistentHttpRequestHeaders Property
This property can be set to `true` to instruct the HTML to PDF converter to send the custom headers defined by the
`HttpRequestHeaders` property whenever an external resource (e.g., images, CSS, etc.) referenced by the web page is requested.
The default value of this property is `false`
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public bool PersistentHttpRequestHeaders { get; set; }
Property Value
Boolean