SetWebBrowserPoolSize Method (GdPictureDocumentUtilities)
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                
            Specifies a size of the internal browser pool.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetWebBrowserPoolSize( _
   ByVal  As Integer _
) 
             
        
            
            public static void SetWebBrowserPoolSize( 
   int 
)
             
        
            
            public procedure SetWebBrowserPoolSize( 
    : Integer
); static; 
             
        
            
            public static function SetWebBrowserPoolSize( 
    : int
);
             
        
            
            public: static void SetWebBrowserPoolSize( 
   int 
) 
             
        
            
            public:
static void SetWebBrowserPoolSize( 
   int 
) 
             
        
             
        
            Parameters
- Size
 
- The pool size. The default value used is 0 (disabled).
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also