menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class InkSelectedEventArgs

    Provides data for the InkSelected event.

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

    Properties

    Color

    Gets the color of the selected ink annotation.

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

    IsSignature

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

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

    Opacity

    Gets the opacity of the selected ink annotation.

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

    OverlappedAnnotations

    Gets the list of annotations that overlap the selected annotation.

    Declaration
    public List<IAnnotation> OverlappedAnnotations { get; }
    Property Value
    Type
    System.Collections.Generic.List<IAnnotation>

    PageNumber

    Gets the page number of the selected ink annotation.

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

    Thickness

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