GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentUtilities Class / IsWebBrowserAvailable Method





In This Topic
IsWebBrowserAvailable Method (GdPictureDocumentUtilities)
In This Topic
Returns if a web browser is available.
Syntax
'Declaration
 
Public Shared Function IsWebBrowserAvailable() As Boolean
public static bool IsWebBrowserAvailable()
public function IsWebBrowserAvailable(): Boolean; static; 
public static function IsWebBrowserAvailable() : boolean;
public: static bool IsWebBrowserAvailable(); 
public:
static bool IsWebBrowserAvailable(); 

Return Value

True if a browser is available, false otherwise.
Remarks
A browser is required to support HTML, MSG and EML content as input into the whole toolkit scope. Currently supported browsers are Google chrome and google chrome portable.
See Also