Gets a collection of custom HTTP cookies to be sent by the HTML to PDF element converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested. A cookie is defined by a name and a value pair that can be added to the collection using the Add(String, String) method of the HttpRequestCookies property.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public NameValueCollection HttpRequestCookies { get; }
Visual Basic
Public ReadOnly Property HttpRequestCookies As NameValueCollection
	Get
Visual C++
public:
property NameValueCollection^ HttpRequestCookies {
	NameValueCollection^ get ();
}

Property Value

Type: NameValueCollection

See Also