In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / EnableFullScreenButton Property

EnableFullScreenButton Property (DocuVieware)

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