menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ShapeAnnotationDeselectedEventArgs

    Provides data for the ShapeAnnotationDeselected event.

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

    Properties

    AnnotationType

    Gets the type of the deselected shape annotation.

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

    An AnnotationMode that provides the type of the deselected shape annotation in the loaded PDF document.

    Bounds

    Gets the position and size of the deselected shape annotation.

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

    A Android.Graphics.Rect that provides bounds of the deselected shape annotation in the loaded PDF document.

    PageNumber

    Gets the page number of the deselected shape annotation.

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

    An integer that provides the page number of the deselected shape annotation in the loaded PDF document.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved