DocumentViewerMobileMode Property

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.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public DocumentViewerMobileMode MobileMode { get; set; }

Property Value

DocumentViewerMobileMode

See Also