Version 110.0.300 
            Returns the JPEG representation that most closely matches scaleFactor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
 Syntax
Syntaxbyte[] GetAsJPEG(
	float scaleFactor,
	int quality,
	out int pixelWidth,
	out int pixelHeight
)
array<unsigned char>^ GetAsJPEG(
	float scaleFactor, 
	int quality, 
	[OutAttribute] int% pixelWidth, 
	[OutAttribute] int% pixelHeight
)
Parameters
- scaleFactor
- Type: SystemSingle
 scale factor
- quality
- Type: SystemInt32
 image quality
- pixelWidth
- Type: SystemInt32
 pixel width
- pixelHeight
- Type: SystemInt32
 pixel height
Return Value
Type: 
ByteA stream representing the JPEG or null.
 See Also
See Also