Namespace: BitMiracle.Docotic.Pdf.HtmlToPdf
public CookieCollection Cookies { get; }
Public ReadOnly Property Cookies As CookieCollection Get
When converting a URL, the library uses the URL for all cookies without a Domain value.
When converting an HTML code, the library uses the BaseUri value for all cookies without a Domain value. You can setup the base URI using the Load property.
When converting an HTML code without specifying a base URL, the library ignores all cookies without a Domain value.