Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationMovedOrResizedEventArgs

    Show / Hide Table of Contents

    Class AnnotationMovedOrResizedEventArgs

    Provides data for the AnnotationMovedOrResized event.

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

    Properties

    Color

    Gets the color of the moved or resized ink annotation.

    Declaration
    public UIColor Color { get; }
    Property Value
    Type Description
    UIKit.UIColor

    IsSignature

    Returns true if the annotation is signature. Default value is false.

    Declaration
    public bool IsSignature { get; }
    Property Value
    Type Description
    System.Boolean

    NewBounds

    Gets the new bounds of the moved or resized ink annotation.

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

    OldBounds

    Gets the old bounds of the moved or resized ink annotation.

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

    Opacity

    Gets the opacity of the moved or resized ink annotation.

    Declaration
    public float Opacity { get; }
    Property Value
    Type Description
    System.Single

    PageNumber

    Gets the page number of the moved or resized ink annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    Thickness

    Gets the thickness of the moved or resized ink annotation.

    Declaration
    public float Thickness { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved