menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class StampAnnotationMovedOrResizedEventArgs

    Provides data for the StampAnnotationMovedOrResized event.

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

    Properties

    CustomStampView

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

    NewBounds

    Gets the new bounds of the moved or resized StampAnnotation.

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

    OldBounds

    Gets the old bounds of the moved or resized StampAnnotation.

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

    PageNumber

    Gets the page number of the moved or resized 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