menu

Blazor

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

    Show / Hide Table of Contents

    Class AnnotationMoveEventArgs

    This event arguments provides the necessary information about annotation move event.

    Inheritance
    System.Object
    BaseEventArgs<AnnotationMoveEventArgs>
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>
    AnnotationMoveEventArgs
    Inherited Members
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.PageNumber
    BaseEventArgs<AnnotationMoveEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AnnotationMoveEventArgs : AnnotationBaseEventArgs<AnnotationMoveEventArgs>

    Constructors

    AnnotationMoveEventArgs()

    Declaration
    public AnnotationMoveEventArgs()

    Properties

    AnnotationProperties

    Gets the settings of the annotation moved in the PDF document.

    Declaration
    public PdfAnnotationProperties AnnotationProperties { get; set; }
    Property Value
    Type Description
    PdfAnnotationProperties

    A PdfAnnotationProperties object that defines the appearance and behavior of the moved annotation in the PDF document.

    CurrentPosition

    Current position of annotations in the page text content.

    Declaration
    public Bound CurrentPosition { get; set; }
    Property Value
    Type Description
    Bound

    A Bound object that specifies the current position of the annotations in the page text content.

    PreviousPosition

    Previous position of annotations in the page text content.

    Declaration
    public Bound PreviousPosition { get; set; }
    Property Value
    Type Description
    Bound

    A Bound object that specifies the previous position of the annotations in the page text content.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved