menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationTappedEventArgs

    Gets the page number, bounds and color of the tapped free text annotation.

    Inheritance
    System.Object
    FreeTextAnnotationTappedEventArgs
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class FreeTextAnnotationTappedEventArgs : EventArgs

    Properties

    Bounds

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

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type Description
    Android.Graphics.Rect

    FontSize

    Gets the font size of the tapped free text annotation.

    Declaration
    public float FontSize { get; }
    Property Value
    Type Description
    System.Single

    PageNumber

    Gets the page number of the tapped free text annotation.

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

    Text

    Gets the text of the tapped free text annotation.

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

    TextColor

    Gets the text color of the tapped free text annotation.

    Declaration
    public Color TextColor { get; }
    Property Value
    Type Description
    Android.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved