menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TextMarkupLongPressedEventAgrs

    Provides data for the TextMarkupLongPressed event.

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

    Properties

    AnnotationType

    Gets the type of the long pressed text markup annotation.

    Declaration
    public TextMarkupAnnotationType AnnotationType { get; }
    Property Value
    Type
    TextMarkupAnnotationType

    Bounds

    Gets the position and size of the long pressed text markup annotation.

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

    PageNumber

    Gets the page number of the long pressed text markup 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