menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationMovedOrResizedEventArgs

    Provides data for the FreeTextAnnotationMovedOrResized event.

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

    Properties

    NewBounds

    Gets the new size of the moved or resized text annotation.

    Declaration
    public CGRect NewBounds { get; }
    Property Value
    Type
    CoreGraphics.CGRect

    OldBounds

    Gets the old size of the moved or resized text annotation.

    Declaration
    public CGRect OldBounds { get; }
    Property Value
    Type
    CoreGraphics.CGRect

    PageNumber

    Gets the pagenumber of the moved or resized text annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    TextColor

    Gets the color of the moved or resized text annotation.

    Declaration
    public UIColor TextColor { get; }
    Property Value
    Type
    UIKit.UIColor

    TextSize

    Gets the font size of the moved or resized text annotation.

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