Skip to main content

PdfViewer.AvailableDisplayModes Property

Gets or sets available document display modes depending on the device type (phone or tablet).

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public IEnumerable<PdfViewerDisplayMode> AvailableDisplayModes { get; set; }

Property Value

Type Description
IEnumerable<PdfViewerDisplayMode>

A collection that contains available modes according to the device.

Remarks

While tablets support all document display modes listed in the PdfViewerDisplayMode enum, you can use only SinglePage and ContinuousScrolling modes for phones.

See Also