In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentUtilities / GetWebBrowserPath Method

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 Function GetWebBrowserPath() As String
public string GetWebBrowserPath()
public function GetWebBrowserPath(): String; 
public function GetWebBrowserPath() : String;
public: string* GetWebBrowserPath(); 
public:
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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentUtilities
GdPictureDocumentUtilities Members
SetWebBrowserPath Method
IsWebBrowserAvailable Method