DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / LaunchOptions Class
Properties

LaunchOptions Class Members

The following tables list the members exposed by LaunchOptions.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a whitelist to passthrough Windows authentication for the specified domains.

For example: "*example.com,*foobar.com,*baz".

 
Public PropertyGets or sets the default window size, in pixels.  
Public PropertyGets or sets a value indicating whether to do not emit tags when printing PDFs. Defaults to false.  
Public PropertyGets or sets a value indicating whether to pipe browser process stderr into the application process stderr. Defaults to false.  
Public PropertyGets or sets a value indicating whether GPU acceleration should be enabled. Defaults to false.  
Public PropertyGets or sets a proxy server, overrides system settings. Affects HTTP and HTTPS requests only.

For example: "https://proxy-ip:proxy-port" or "socks5://127.0.0.1:1080".

 
Public PropertyGets or sets whether a sandbox should be disabled to prevent issues on Linux. Use it if you absolutely trust the content you open. Defaults to false.  
Public PropertyGets or sets the timeout settings for browser operations.

If not set, the default setting are used.

 
Public PropertyGets or sets the directory where the browser stores the user profile.  
Public PropertyGets or sets the optional factory for System.Net.WebSockets.WebSocket implementations.  
Top
See Also