Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StampAnnotationSelectedEventArgs - Xamarin.Android API Reference | Syncfusion StampAnnotationSelected event. ">

    Show / Hide Table of Contents

    Class StampAnnotationSelectedEventArgs

    Provides data for the StampAnnotationSelected event.

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

    Properties

    Bounds

    Gets the bounds of the selected StampAnnotation.

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type Description
    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 Description
    Android.Views.View

    PageNumber

    Gets the page number of the selected StampAnnotation.

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