Version 93.1.111 
            Returns the JPEG representation that most closely matches scaleFactor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
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