menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class StampAnnotationDeselectedEventArgs

    Provides data for the event.

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

    Properties

    Bounds

    Gets the position and size of the deselected StampAnnotation.

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

    CustomStampView

    Gets the View that has been added as a custom stamp annotation using the AddStamp method.

    Declaration
    public View CustomStampView { get; }
    Property Value
    Type
    Android.Views.View

    PageNumber

    Gets the page number of the deselected StampAnnotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved