EVO HTML to PDF Converter

HtmlToPdfElementHttpRequestCookies Property

EVO PDF Client for .NET Documentation
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 HttpRequestCookies collection.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public NameValuePairsCollection HttpRequestCookies { get; }

Property Value

Type: NameValuePairsCollection
See Also

Reference