Click or drag to resize

CefSettingsBase Methods

Version 94.4.20

The CefSettingsBase type exposes the following members.

Methods
  NameDescription
Public methodDisableGpuAcceleration
Set command line argument to disable GPU Acceleration. WebGL will use software rendering via Swiftshader (https://swiftshader.googlesource.com/SwiftShader#introduction)
Public methodDispose
Free the unmanaged CefSettingsBase instance. Under normal circumstances you shouldn't need to call this The unmanaged resource will be freed after Initialize(CefSettingsBase) (or one of the overloads) is called.
Public methodEnablePrintPreview
Set command line argument to enable Print Preview See https://bitbucket.org/chromiumembedded/cef/issues/123/add-support-for-print-preview for details.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterScheme
Registers a custom scheme using the provided settings.
Public methodSetOffScreenRenderingBestPerformanceArgs
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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also