Xamarin.Android

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

    Show / Hide Table of Contents

    Class AnnotationMovedOrResizedEventArgs

    Gets the page number, old bounds ,new bounds, color of the moved or resized ink annotation.

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

    Properties

    Color

    Gets the color of the moved or resized ink annotation.

    Declaration
    public Color Color { get; }
    Property Value
    Type Description
    Android.Graphics.Color

    IsSignature

    Returns true, if the added annotation is a 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 Rect NewBounds { get; }
    Property Value
    Type Description
    Android.Graphics.Rect

    OldBounds

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

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

    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 - 2021 Syncfusion Inc. All Rights Reserved