GdiBitmapInfoCreateNewBitmap Property |
Version 57.0.0
Gets a value indicating whether [create new bitmap].
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax public override bool CreateNewBitmap { get; }
public:
virtual property bool CreateNewBitmap {
bool get () override;
}
Property Value
Type:
Booleantrue if [create new bitmap]; otherwise,
false.
See Also