menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class InkDeselectedEventArgs

    Gets the page number, bounds and color of the deselected ink annotation.

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

    Properties

    Bounds

    Gets the bounds of the deselected ink annotation.

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

    Color

    Gets the color of the deselected ink annotation.

    Declaration
    public Color Color { get; }
    Property Value
    Type
    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
    System.Boolean

    Opacity

    Gets the opacity of the deselected ink annotation.

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

    PageNumber

    Gets the page number of the deselected ink annotation.

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

    Thickness

    Gets the thickness of the deselected ink annotation.

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