menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class StampAnnotationAddedEventArgs

    Provides data for the StampAnnotationAdded event.

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

    Properties

    Bounds

    Gets the bounds of the added StampAnnotation.

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

    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
    Xamarin.Forms.View

    PageNumber

    Gets the page number of the added 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