In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / HTMLUserAgentOverride Property

HTMLUserAgentOverride Property (GdPictureDocumentConverter)

In This Topic
Allows overriding user agent with the given string.
Syntax
'Declaration

 

Public Property HTMLUserAgentOverride As String
public string HTMLUserAgentOverride {get; set;}
public read-write property HTMLUserAgentOverride: String; 
public function get,set HTMLUserAgentOverride : String
public: __property string* get_HTMLUserAgentOverride();

public: __property void set_HTMLUserAgentOverride( 

   string* value

);
public:

property String^ HTMLUserAgentOverride {

   String^ get();

   void set (    String^ value);

}
See Also