Cookies Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
HTTP cookies that will be sent with every request. Individual cookies are delimited with semi-colons (e.g. "Name1=value1;Name2=value2"). Useful if an autentication cookies needs to be included for document access. This property is accessible via JavaScript.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string Cookies { get; set; }
Visual Basic
Public Property Cookies As String
	Get
	Set
Visual C++
public:
property String^ Cookies {
	String^ get ();
	void set (String^ value);
}

See Also