Version 106.0.290
Returns the JPEG representation that most closely matches scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax byte[] 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