Tells the browser to exit fullscreen mode.
            
 
    Namespace: 
   DotNetBrowser.Browser.FullScreen
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntax
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IBrowser has already been disposed. | 
Remarks
                This method iterates over the frames in the browser and exits fullscreen mode
                for each of them. This also includes internal frames of the PDF viewer
                that are not accessible through the public API. If there is no element being presented
                in fullscreen mode, this method does nothing.
            
See Also