Back to Devexpress

PdfViewer.ActiveMode Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-0a28b4f6.md

latest1.5 KB
Original Source

PdfViewer.ActiveMode Property

Returns the PDF viewer’s current mode.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public PdfViewerMode ActiveMode { get; set; }

Property Value

TypeDescription
PdfViewerMode

A PDF viewer mode.

|

Available values:

Show 11 items

NameDescription
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

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace