maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-0a28b4f6.md
Returns the PDF viewer’s current mode.
Namespace : DevExpress.Maui.Pdf
Assembly : DevExpress.Maui.Pdf.dll
NuGet Package : DevExpress.Maui.Pdf
public PdfViewerMode ActiveMode { get; set; }
| Type | Description |
|---|---|
| PdfViewerMode |
A PDF viewer mode.
|
Available values:
Show 11 items
| 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.
|
See Also