Xamarin.Android

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

    Show / Hide Table of Contents

    Class InkAddedEventArgs

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

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

    Properties

    Bounds

    Gets the bounds of the added ink annotation.

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

    Color

    Gets the color of the added 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

    Opacity

    Gets the opacity of the added ink annotation.

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

    PageNumber

    Gets the page number of the added ink annotation.

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

    Thickness

    Gets the thickness of the added 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