Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationMode

    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.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AnnotationMode : Enum

    Fields

    Drawn

    Reperesent the annotation added through user interactively.

    Declaration
    public const AnnotationMode Drawn
    Field Value
    Type Description
    AnnotationMode

    Existing

    Reperesent the annotations are already existing in the PDF document.

    Declaration
    public const AnnotationMode Existing
    Field Value
    Type Description
    AnnotationMode

    Imported

    Reperesent the annotations are imported.

    Declaration
    public const AnnotationMode Imported
    Field Value
    Type Description
    AnnotationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved