maui-devexpress-dot-maui-dot-pdf-62c13b46.md
Lists available PDF viewer modes.
Namespace : DevExpress.Maui.Pdf
Assembly : DevExpress.Maui.Pdf.dll
NuGet Package : DevExpress.Maui.Pdf
public enum PdfViewerMode
| Name | Description |
|---|---|
Selection |
Indicates that the selection mode is active.
|
| HighlightText |
Indicates that the highlight text mode is active.
|
| StrikethroughText |
Indicates that the strikethrough text mode is active.
|
| UnderlineText |
Indicates that the underline text mode is active.
|
| StickyNote |
Indicates that the sticky note adding mode is active.
|
| SquiggleText |
Indicates that the squiggling text mode is active.
|
| FreeText |
Indicates that the text adding mode is active.
|
| Square |
Indicates that the square drawing mode is active.
|
| Circle |
Indicates that the circle drawing mode is active.
|
| Ink |
Indicates that the ink free-hand drawing mode is active.
|
| Sign |
Indicates that the signature adding mode is active.
|
The following properties accept/return PdfViewerMode values:
YieldIfNotNull<PdfViewerMode>()
See Also