menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationMode

    Represent the mode of annotation to be added in the PDF document.

    Inheritance
    System.Object
    AnnotationMode
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public sealed class AnnotationMode : Enum

    Fields

    Drawn

    Reperesent the annotation added through user interactively.

    Declaration
    public const AnnotationMode Drawn
    Field Value
    Type
    AnnotationMode

    Existing

    Reperesent the annotations are already existing in the PDF document.

    Declaration
    public const AnnotationMode Existing
    Field Value
    Type
    AnnotationMode

    Imported

    Reperesent the annotations are imported.

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