alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AnnotationMoveEventArgs

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

    Inheritance
    object
    BaseEventArgs<AnnotationMoveEventArgs>
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>
    AnnotationMoveEventArgs
    Inherited Members
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.PageNumber
    BaseEventArgs<AnnotationMoveEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("annotationSettings")]
    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
    [JsonPropertyName("currentPosition")]
    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
    [JsonPropertyName("previousPosition")]
    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.

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