Click or drag to resize

HtmlToPdfClientsetCookies Method

Set HTTP cookies for the web page being converted.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setCookies(
	Dictionary<string, string> cookies
)

Parameters

cookies
Type: System.Collections.GenericDictionaryString, String
HTTP cookies that will be sent to the page being converted.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also