Class AllowedInteraction
Represent the allowed interactions for the locked annotations.
Inheritance
System.Object
AllowedInteraction
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AllowedInteraction : Enum
Fields
Delete
Reperesent to allow the delete interaction for the locked annotations.
Declaration
public const AllowedInteraction Delete
Field Value
Type |
---|
AllowedInteraction |
Move
Reperesent to allow the move interaction for the locked annotations.
Declaration
public const AllowedInteraction Move
Field Value
Type |
---|
AllowedInteraction |
None
Reperesent to disallow the annotation interaction for the locked annotations.
Declaration
public const AllowedInteraction None
Field Value
Type |
---|
AllowedInteraction |
PropertyChange
Reperesent to allow the property change interaction for the locked annotations.
Declaration
public const AllowedInteraction PropertyChange
Field Value
Type |
---|
AllowedInteraction |
Resize
Reperesent to allow the resize interaction for the locked annotations.
Declaration
public const AllowedInteraction Resize
Field Value
Type |
---|
AllowedInteraction |
Select
Reperesent to allow the select interaction for the locked annotations.
Declaration
public const AllowedInteraction Select
Field Value
Type |
---|
AllowedInteraction |