PdfViewer.AvailableDisplayModes Property
In This Article
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
C#
public IEnumerable<PdfViewerDisplayMode> AvailableDisplayModes { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Pdf |
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