ExpertPdf Html to Pdf Converter Library
HttpRequestHeaders Property
NamespacesExpertPdf.HtmlToPdfImgConverterHttpRequestHeaders
ExpertPdf Html to Pdf Converter Library
Gets or sets a string containing the HTTP headers sent by the convertor to the web server when the web page is requested from a URL. The HTTP headers string can be used to define cookies, authentication options, URL referer or any other HTTP header to be sent to the web browser. Note: This is used only by the IE rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public string HttpRequestHeaders { get; set; }
Public Property HttpRequestHeaders As String
	Get
	Set
public:
property String^ HttpRequestHeaders {
	String^ get ();
	void set (String^ value);
}
Property Value

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