GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureDocumentConverter Class / HTMLCustomCookies Property





In This Topic
HTMLCustomCookies Property (GdPictureDocumentConverter)
In This Topic
Sets given cookies.
Syntax
'Declaration
 
Public Property HTMLCustomCookies As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomCookies {get; set;}
public read-write property HTMLCustomCookies: Dictionary; 
public function get,set HTMLCustomCookies : Dictionary
public: __property Dictionary<string*,string*>* get_HTMLCustomCookies();
public: __property void set_HTMLCustomCookies( 
   Dictionary<string*,string*>* value
);
public:
property Dictionary<String^,String^>^ HTMLCustomCookies {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}
See Also