Back to Devexpress

MobileViewerSettings.ReaderMode Property

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts-dot-mobileviewersettings.md

latest2.4 KB
Original Source

MobileViewerSettings.ReaderMode Property

Specifies whether the Mobile Viewer operates in Reader Mode in which document pages are displayed without borders.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DataMember(Name = "readerMode", EmitDefaultValue = false)]
public bool ReaderMode { get; set; }
vb
<DataMember(Name:="readerMode", EmitDefaultValue:=False)>
Public Property ReaderMode As Boolean

Property Value

TypeDescription
Boolean

true , to enable Reader Mode; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ReaderMode
WebDocumentViewerSettingsBase

.MobileModeSettings .ReaderMode

|

Remarks

The Mobile Viewer initially operates in Reader Mode. You can set the ReaderMode property to false to disable this mode.

Reader Mode = TrueReader Mode = False

See Also

MobileViewerSettings Class

MobileViewerSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace