IImageGetRepresentationInfo Method  | 
Version 93.1.111 
            Returns information for the representation that most closely matches scaleFactor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxbool GetRepresentationInfo(
	float scaleFactor,
	out float actualScaleFactor,
	out int pixelWidth,
	out int pixelHeight
)
bool GetRepresentationInfo(
	float scaleFactor, 
	[OutAttribute] float% actualScaleFactor, 
	[OutAttribute] int% pixelWidth, 
	[OutAttribute] int% pixelHeight
)
Parameters
- scaleFactor
 - Type: SystemSingle
scale factor - actualScaleFactor
 - Type: SystemSingle
actual scale factor - pixelWidth
 - Type: SystemInt32
pixel width - pixelHeight
 - Type: SystemInt32
pixel height 
Return Value
Type: 
Booleanreturn if information found for scale factor
See Also