In This Topic

GetWebBrowserPath Method (GdPictureDocumentUtilities)

In This Topic
Returns the path of the browser being used to handle HTML, MSG and EML content as input, if available.
Syntax
'Declaration
 
Public Shared Function GetWebBrowserPath() As String
public static string GetWebBrowserPath()
public function GetWebBrowserPath(): String; static; 
public static function GetWebBrowserPath() : String;
public: static string* GetWebBrowserPath(); 
public:
static String^ GetWebBrowserPath(); 

Return Value

The browser path.
Remarks
If no browser was previously specified using the SetWebBrowserPath() method the toolkit will try to find one in the application binaries path and into the system.
See Also