DocumentViewerMobileMode Enumeration
Defines modes which specify on which mobile device type to use large UI sizing for the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public enum DocumentViewerMobileMode
Public Enumeration DocumentViewerMobileMode
OnAny | Use mobile mode on any mobile device (both phones and tablets). |
OnPhone | Use mobile mode only on phones (max browser viewport width 640px). |
OnTablet | Use mobile mode only on tablets (max browser viewport width 1024px). |
Never | Never use mobile mode, i.e. always use normal UI sizing. |