Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupRemovedEventArgs - Xamarin.iOS API Reference | Syncfusion TextMarkupRemoved event. ">

    Show / Hide Table of Contents

    Class TextMarkupRemovedEventArgs

    Provides data for the TextMarkupRemoved event.

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

    Properties

    AnnotationType

    Gets the type of the removed text markup annotation.

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

    Bounds

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

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

    PageNumber

    Gets the page number of the removed text markup annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved