The pool size. The default value used is 0 (disabled).





In This Topic

SetWebBrowserPoolSize Method (GdPictureDocumentUtilities)

In This Topic
Specifies a size of the internal browser pool.
Syntax
'Declaration
 
Public Shared Sub SetWebBrowserPoolSize( _
   ByVal Size As Integer _
) 
public static void SetWebBrowserPoolSize( 
   int Size
)
public procedure SetWebBrowserPoolSize( 
    Size: Integer
); static; 
public static function SetWebBrowserPoolSize( 
   Size : int
);
public: static void SetWebBrowserPoolSize( 
   int Size
) 
public:
static void SetWebBrowserPoolSize( 
   int Size
) 

Parameters

Size
The pool size. The default value used is 0 (disabled).
Remarks
Activating the pool permits to speed-up HTML, MSG and EML input decoding. If browser pooling is enabled, the ClearWebBrowserCache() method shall be called before the application exit in order to remove temporary data created.
See Also