Specifies the path of the web browser application. Use an empty string to disable HTML, MSG and EML input content support.





In This Topic

SetWebBrowserPath Method (GdPictureDocumentUtilities)

In This Topic
Use this method to specify a path to the browser being used to handle HTML, MSG and EML content as input in the toolkit scope.
Syntax
'Declaration
 
Public Shared Sub SetWebBrowserPath( _
   ByVal Path As String _
) 
public static void SetWebBrowserPath( 
   string Path
)
public procedure SetWebBrowserPath( 
    Path: String
); static; 
public static function SetWebBrowserPath( 
   Path : String
);
public: static void SetWebBrowserPath( 
   string* Path
) 
public:
static void SetWebBrowserPath( 
   String^ Path
) 

Parameters

Path
Specifies the path of the web browser application. Use an empty string to disable HTML, MSG and EML input content support.
Remarks
Currently supported browsers are Google chrome and google chrome portable. If no browser is specified the toolkit will search one from the application binaries path and from the system applications.
See Also