IImageRemoveRepresentation Method  | 
Version 118.6.80 
            Removes the representation for scaleFactor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxbool RemoveRepresentation(
	float scaleFactor
)
bool RemoveRepresentation(
	float scaleFactor
)
Parameters
- scaleFactor
 - Type: SystemSingle
[Missing <param name="scaleFactor"/> documentation for "M:CefSharp.IImage.RemoveRepresentation(System.Single)"]
 
Return Value
Type: 
Booleantrue for success
See Also