CefSettings Methods |
The CefSettings type exposes the following members.
Name | Description | |
---|---|---|
DisableGpuAcceleration |
Set command line argument to disable GPU Acceleration. WebGL will use
software rendering via Swiftshader (https://swiftshader.googlesource.com/SwiftShader#introduction)
(Inherited from CefSettingsBase.) | |
Dispose |
Destructor.
(Inherited from CefSettingsBase.) | |
Dispose(Boolean) | (Inherited from CefSettingsBase.) | |
EnablePrintPreview |
Set command line argument to enable Print Preview See
https://bitbucket.org/chromiumembedded/cef/issues/123/add-support-for-print-preview for details.
(Inherited from CefSettingsBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizer.
(Inherited from CefSettingsBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterScheme |
Registers a custom scheme using the provided settings.
(Inherited from CefSettingsBase.) | |
SetOffScreenRenderingBestPerformanceArgs |
Set command line arguments for best OSR (Offscreen and WPF) Rendering performance Swiftshader will be used for WebGL, look at the source
to determine which flags best suite your requirements. See https://swiftshader.googlesource.com/SwiftShader#introduction for
details on Swiftshader
(Inherited from CefSettingsBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |