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 As String _
)
public static void SetWebBrowserPath(
string
)
public procedure SetWebBrowserPath(
: String
); static;
public static function SetWebBrowserPath(
: String
);
public: static void SetWebBrowserPath(
string*
)
public:
static void SetWebBrowserPath(
String^
)
Parameters
- Path
- Specifies the path of the web browser application. Use an empty string to disable HTML, MSG and EML input content support.
See Also