menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextAnnotationMovedOrResizedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FreeTextAnnotationMovedOrResizedEventArgs

    Provides data for the FreeTextAnnotationMovedOrResized event.

    Inheritance
    System.Object
    FreeTextAnnotationMovedOrResizedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class FreeTextAnnotationMovedOrResizedEventArgs : EventArgs

    Properties

    NewBounds

    Gets the new position and size of the added free text annotation.

    Declaration
    public Rectangle NewBounds { get; }
    Property Value
    Type
    Xamarin.Forms.Rectangle

    OldBounds

    Gets the old position and size of the added free text annotation.

    Declaration
    public Rectangle OldBounds { get; }
    Property Value
    Type
    Xamarin.Forms.Rectangle

    PageNumber

    Gets the page number of the added free text annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved