Back to Devexpress

PdfViewer.AvailableDisplayModes Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-b212fa5c.md

latest1.2 KB
Original Source

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

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

Property Value

TypeDescription
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

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace