| ImgConverterHttpHeaders Property | 
            Gets a collection of custom HTTP headers to be sent by the converter to the web server 
            when the web page is requested from a URL. A custom HTTP header is defined by a name and a value pair
            that can be added to the collection using the Add(string, string) method of the HttpHeaders property.
            The custom HTTP headers can be used to define cookies, authentication options, URL referer or any other
            HTTP header to be sent to the web browser. The preferred method to send cookies is to use the HttpCookies property.
            
            Note: This is used only by the WebKit rendering engine.
            
 
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
 Syntax
Syntaxpublic NameValueCollection HttpHeaders { get; }Public ReadOnly Property HttpHeaders As NameValueCollection
	Get
Property Value
Type: 
NameValueCollection See Also
See Also