DocumentViewer.MobileMode Property
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets a value that specifies on which mobile device type to use large UI sizing for the document viewer.
Note that device features are not detected, instead browser's viewport size is used to decide the UI sizing. So if you manually resize the browser window (or emulate a device via browser's F12 dev tools), phone or tablet size can be triggered.
The default is OnAny which means phones and tablets.
public DocumentViewerMobileMode MobileMode { get; set; }