menu

Blazor

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

    Show / Hide Table of Contents

    Class AllowedInteraction

    Represent the allowed interactions for the locked annotations.

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

    Fields

    Delete

    Represents to allow the delete interaction for the locked annotations.

    Declaration
    public const AllowedInteraction Delete
    Field Value
    Type
    AllowedInteraction

    Move

    Represents to allow the move interaction for the locked annotations.

    Declaration
    public const AllowedInteraction Move
    Field Value
    Type
    AllowedInteraction

    None

    Represents to disallow the annotation interaction for the locked annotations.

    Declaration
    public const AllowedInteraction None
    Field Value
    Type
    AllowedInteraction

    PropertyChange

    Represents to allow the property change interaction for the locked annotations.

    Declaration
    public const AllowedInteraction PropertyChange
    Field Value
    Type
    AllowedInteraction

    Resize

    Represents to allow the resize interaction for the locked annotations.

    Declaration
    public const AllowedInteraction Resize
    Field Value
    Type
    AllowedInteraction

    Select

    Represents to allow the select interaction for the locked annotations.

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