Version 83.4.2
Returns the JPEG representation that most closely matches scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 83.4.2.0 (83.4.2.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: System.Single
scale factor - quality
- Type: System.Int32
image quality - pixelWidth
- Type: System.Int32
pixel width - pixelHeight
- Type: System.Int32
pixel height
Return Value
Type:
Byte[]A stream representing the JPEG or null.
See Also