menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TextMarkupSelectedEventArgs

    Provides data for the TextMarkupSelected event.

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

    Properties

    AnnotationType

    Gets the type of the selected text markup annotation.

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

    Bounds

    Gets the position and size of the selected text markup annotation.

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

    OverlappedAnnotations

    Gets the list of annotations that overlap the selected annotation.

    Declaration
    public List<IAnnotation> OverlappedAnnotations { get; }
    Property Value
    Type
    System.Collections.Generic.List<IAnnotation>

    PageNumber

    Gets the page number of the selected 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