menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InkSelectedEventArgs - API Reference

    Show / Hide Table of Contents

    Class InkSelectedEventArgs

    Provides data for the InkSelected event.

    Inheritance
    System.Object
    InkSelectedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class InkSelectedEventArgs : EventArgs

    Properties

    Bounds

    Gets the bounds of the selected ink annotation.

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type Description
    Xamarin.Forms.Rectangle

    Color

    Gets the color of the selected ink annotation.

    Declaration
    public Color Color { get; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    IsSignature

    Gets a value indicating whether 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 selected ink annotation.

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

    PageNumber

    Gets the page number of the selected ink annotation.

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

    Thickness

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