CefSettings Methods |
The CefSettings type exposes the following members.
Name | Description | |
---|---|---|
DisableGpuAcceleration |
Set command line argument to disable GPU Acceleration, this will disable WebGL.
(Inherited from AbstractCefSettings.) | |
Dispose |
Destructor.
(Inherited from AbstractCefSettings.) | |
Dispose(Boolean) | (Inherited from AbstractCefSettings.) | |
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 AbstractCefSettings.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizer.
(Inherited from AbstractCefSettings.) | |
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.) | |
RegisterExtension |
Register a new V8 extension with the specified JavaScript extension code.
(Inherited from AbstractCefSettings.) | |
RegisterScheme |
Registers a custom scheme using the provided settings.
(Inherited from AbstractCefSettings.) | |
SetOffScreenRenderingBestPerformanceArgs |
Set command line arguments for best OSR (Offscreen and WPF) Rendering performance This will disable WebGL, look at the source
to determine which flags best suite your requirements.
(Inherited from AbstractCefSettings.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |