Click or drag to resize

CefSettings Methods

Version 130.1.90

The CefSettings type exposes the following members.

Methods
 NameDescription
Public methodDisableGpuAcceleration Set command line argument to disable GPU Acceleration. WebGL will use software rendering
(Inherited from CefSettingsBase)
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.
(Inherited from CefSettingsBase)
Public methodEnableAudio Enables Audio - by default audio is muted in the OffScreen implementatio. This removes the mute-audio command line flag
Public methodEnablePrintPreview Set command line argument to enable Print Preview See https://github.com/chromiumembedded/cef/issues/123/add-support-for-print-preview for details.
(Inherited from CefSettingsBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRegisterScheme Registers a custom scheme using the provided settings.
(Inherited from CefSettingsBase)
Public methodSetOffScreenRenderingBestPerformanceArgs Use software rendering and compositing (disable GPU) for increased FPS and decreased CPU usage. This will also disable WebGL so don't use this method if you need that capability.
(Inherited from CefSettingsBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also