menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationRemovedEventArgs

    Provides data for the FreeTextAnnotationRemovedevent.

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

    Properties

    Bounds

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

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type
    Xamarin.Forms.Rectangle

    PageNumber

    Gets the page number of the removed free text annotation.

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

    Text

    Gets the text of the removed free text annotation.

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

    TextColor

    Gets the color of the removed free text annotation.

    Declaration
    public Color TextColor { get; }
    Property Value
    Type
    Xamarin.Forms.Color

    TextSize

    Gets the font size of the removed free 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