menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class InkEditedEventArgs

    Provides data for the InkEdited event.

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

    Properties

    Bounds

    Gets the bounds of the edited ink annotation.

    Declaration
    public CGRect Bounds { get; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    IsSignature

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

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

    NewColor

    Gets the new color of the edited ink annotation.

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

    NewOpacity

    Gets the new opacity of the edited ink annotation.

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

    NewThickness

    Gets the new thickness of the edited ink annotation.

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

    OldColor

    Gets the old color of the edited ink annotation.

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

    OldOpacity

    Gets the old opacity of the edited ink annotation.

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

    OldThickness

    Gets the old thickness of the edited ink annotation.

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

    PageNumber

    Gets the page number of the edited ink annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved