Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StampAnnotationDeselectedEventArgs - Xamarin.iOS API Reference | Syncfusion StampAnnotationDeselected event. ">

    Show / Hide Table of Contents

    Class StampAnnotationDeselectedEventArgs

    Provides data for the StampAnnotationDeselected event.

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

    Constructors

    StampAnnotationDeselectedEventArgs(UIView, CGRect, Int32)

    Instantiates a new instance of the StampAnnotationDeselectedEventArgs class.

    Declaration
    public StampAnnotationDeselectedEventArgs(UIView customView, CGRect bounds, int pageNumber)
    Parameters
    Type Name Description
    UIKit.UIView customView
    CoreGraphics.CGRect bounds

    The bounds of the stamp annotation within the page.

    System.Int32 pageNumber

    The page number in which the stamp annotation is added.

    Properties

    Bounds

    Gets the bounds of the Deselected CustomView

    Declaration
    public CGRect Bounds { get; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    CustomStampView

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

    Declaration
    public UIView CustomStampView { get; }
    Property Value
    Type Description
    UIKit.UIView

    PageNumber

    Gets the pagenumber of the Deselected CustomView

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