ImageDecodeAcceleratorCapabilityMaxDimensions Property  | 
Version 87.1.132 
            Maximum supported dimensions of the image in pixels.
            
 
    Namespace: 
   CefSharp.DevTools.SystemInfo
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic Size MaxDimensions { get; set; }public:
property Size^ MaxDimensions {
	Size^ get ();
	void set (Size^ value);
}Property Value
Type: 
Size
See Also