menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ShapeAnnotationSelectedEventArgs

    Provides data for the ShapeAnnotationSelected event.

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

    Properties

    AnnotationType

    Gets the annotation type of the selected shape annotation.

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

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

    Bounds

    Gets the position and size of the selected shape annotation.

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

    A Xamarin.Forms.Point that provides bounds of the selected shape annotation in the loaded PDF document.

    PageNumber

    Gets the page number of the selected shape annotation.

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

    An System.Int32 that provides the page number of the selected shape annotation in the loaded PDF document.

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