menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextAnnotationRemovedEventArgs - API Reference

    Show / Hide Table of Contents

    Class FreeTextAnnotationRemovedEventArgs

    Provides data for the FreeTextAnnotationRemoved event.

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

    Properties

    Bounds

    Gets the Bounds of the removed text annotation.

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

    PageNumber

    Gets the pagenumber of the removed text annotation.

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

    Text

    Gets the text of the removed text annotation.

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

    TextColor

    Gets the color of the removed text annotation.

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

    TextSize

    Gets the Font size of the removed text annotation.

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