Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<AnnotationMoveEventArgs>
    Inherited Members
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationMoveEventArgs>.PageNumber
    BaseEventArgs<AnnotationMoveEventArgs>.Equals(AnnotationMoveEventArgs)
    BaseEventArgs<AnnotationMoveEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AnnotationMoveEventArgs : AnnotationBaseEventArgs<AnnotationMoveEventArgs>, IEquatable<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

    CurrentPosition

    Current position of annotations in the page text content.

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

    PreviousPosition

    Previous position of annotations in the page text content.

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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved