ExpertPdf Html to Pdf Converter Library
HttpCookies Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementHttpCookies
ExpertPdf Html to Pdf Converter Library
Gets a collection of custom HTTP cookies to be sent by the 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 HttpCookies property. Note: This is used only by the WebKit rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public NameValueCollection HttpCookies { get; }
Public ReadOnly Property HttpCookies As NameValueCollection
	Get
public:
property NameValueCollection^ HttpCookies {
	NameValueCollection^ get ();
}
Property Value

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