BitmapBufferBuffer Property |
Version 88.2.90
Get the byte[] array that represents the Bitmap
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public byte[] Buffer { get; }
public:
property array<unsigned char>^ Buffer {
array<unsigned char>^ get ();
}
Property Value
Type:
ByteSee Also