Back to Devexpress

PdfViewerMode Enum

maui-devexpress-dot-maui-dot-pdf-62c13b46.md

latest1.6 KB
Original Source

PdfViewerMode Enum

Lists available PDF viewer modes.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public enum PdfViewerMode

Members

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.

|

The following properties accept/return PdfViewerMode values:

Extension Methods

Yield<PdfViewerMode>()

YieldIfNotNull<PdfViewerMode>()

See Also

DevExpress.Maui.Pdf Namespace