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





In This Topic
HTMLCustomHTTPHeaders Property (GdPictureDocumentConverter)
In This Topic
Specifies whether to always send extra HTTP headers with the requests from this page.
Syntax
'Declaration
 
Public Property HTMLCustomHTTPHeaders As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomHTTPHeaders {get; set;}
public read-write property HTMLCustomHTTPHeaders: Dictionary; 
public function get,set HTMLCustomHTTPHeaders : Dictionary
public: __property Dictionary<string*,string*>* get_HTMLCustomHTTPHeaders();
public: __property void set_HTMLCustomHTTPHeaders( 
   Dictionary<string*,string*>* value
);
public:
property Dictionary<String^,String^>^ HTMLCustomHTTPHeaders {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}
See Also