Skip to main content
A newer version of this page is available. .

MobileViewerSettings.ReaderMode Property

Specifies whether or not the Mobile Viewer is switched to the reader mode, displaying document pages without indicating page borders

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

[DataMember(Name = "readerMode", EmitDefaultValue = false)]
public bool ReaderMode { get; set; }

Property Value

Type Description
Boolean

true, to enable the reader mode; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ReaderMode
WebDocumentViewerModel
.MobileModeSettings.ReaderMode

Remarks

By default, the Mobile Viewer is switched to the reader mode. Use the ReaderMode property to disable this mode.

Reader Mode = True Reader Mode = False
mobile-viewer-phone-reader-mode-on mobile-viewer-phone-reader-mode-off
See Also