menu

Document Processing

PdfDocumentView.PdfViewerAnnotationMode Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfDocumentView.PdfViewerAnnotationMode Class

    Represent the annotation modes

    Inheritance
    System.Object
    PdfDocumentView.PdfViewerAnnotationMode
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public sealed class PdfViewerAnnotationMode : Enum

    Fields

    Circle

    Specifies the circle annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Circle
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    FreeText

    Specifies the free text annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode FreeText
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    HandwrittenSignature

    Specifies the handwritten signature mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode HandwrittenSignature
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode
    Remarks

    This mode will enable a signature panel to get the signature from the user. This signature will be preserved as ink annotation in the saved PDF file.

    Highlight

    Specifies the highlight textmarkup annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Highlight
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Ink

    Specifies the ink annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Ink
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    InkEraser

    Specifies eraser mode which allows user to erase part of the ink annotations (free hand drawings).

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode InkEraser
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Line

    Specifies the line annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Line
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    None

    Resets the annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode None
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Polygon

    Specifies the polygon annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Polygon
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Polyline

    Specifies the polyline annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Polyline
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Rectangle

    Specifies the rectangle annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Rectangle
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Squiggly

    Specifies the squiggly annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Squiggly
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Stamp

    Specifies the stamp annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Stamp
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    StickyNote

    Specifies the sticky note annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode StickyNote
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Strikethrough

    Specifies the strikethrough textmarkup annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Strikethrough
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode

    Underline

    Specifies the underline textmarkup annotation mode.

    Declaration
    public const PdfDocumentView.PdfViewerAnnotationMode Underline
    Field Value
    Type
    PdfDocumentView.PdfViewerAnnotationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved