GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControl Class / EnableFullScreenButton Property

In This Topic
EnableFullScreenButton Property (DocuViewareControl)
In This Topic
Specifies whether the fullscreen button shall be enabled.
Syntax
'Declaration
 
Public Property EnableFullScreenButton As Boolean
public bool EnableFullScreenButton {get; set;}
Remarks
The fullscreen button will not appear in Safari, iOS or Internet Explorer < 11 as the fullscreen mode is not (or not properly) implemented in these browsers.
Default value is true.
See Also