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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[DataMember(Name = "readerMode", EmitDefaultValue = false)]
public bool ReaderMode { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to enable Reader Mode; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ReaderMode |
---|---|
WebDocumentViewerSettingsBase |
|
Remarks
The Mobile Viewer initially operates in Reader Mode. You can set the ReaderMode
property to false
to disable this mode.
Reader Mode = True | Reader Mode = False |
---|---|
See Also