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
)
Public Function setCookies (
cookies As Dictionary(Of String, String)
) As HtmlToPdfClient
Parameters
- cookies
- Type: System.Collections.GenericDictionaryString, String
HTTP cookies that will be sent to the page being converted.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also