menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationLongPressedEventArgs

    Provides data for the FreeTextAnnotationLongPressed event.

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

    Properties

    Bounds

    Gets the Bounds of the Long pressed text annotation.

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

    PageNumber

    Gets the pagenumber of the Long pressed text annotation.

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

    Text

    Gets the text of the Long pressed text annotation.

    Declaration
    public string Text { get; }
    Property Value
    Type
    System.String

    TextColor

    Gets the color of the Long pressed text annotation.

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

    TextSize

    Gets the Font size of the Long pressed 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