ExpertPdf Html to Pdf Converter Library
HttpHeaders Property
NamespacesExpertPdf.HtmlToPdfPdfConverterHttpHeaders
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public NameValueCollection HttpHeaders { get; }
Public ReadOnly Property HttpHeaders As NameValueCollection
	Get
public:
property NameValueCollection^ HttpHeaders {
	NameValueCollection^ get ();
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)