menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationMovedOrResizedEventArgs

    Gets the page number, old bounds and new bounds of the moved or resized free text annotation.

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

    Properties

    NewBounds

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

    Declaration
    public Rect NewBounds { get; }
    Property Value
    Type
    Android.Graphics.Rect

    OldBounds

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

    Declaration
    public Rect OldBounds { get; }
    Property Value
    Type
    Android.Graphics.Rect

    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