WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HandwrittenSignatureChangedEventArgs

    Show / Hide Table of Contents

    Class HandwrittenSignatureChangedEventArgs

    Event arguments for 'HandwrittenSignatureChanged' event.

    Inheritance
    System.Object
    System.EventArgs
    AnnotationChangedEventArgs
    HandwrittenSignatureChangedEventArgs
    Inherited Members
    AnnotationChangedEventArgs.PageNumber
    AnnotationChangedEventArgs.Action
    AnnotationChangedEventArgs.NewBounds
    AnnotationChangedEventArgs.OldBounds
    AnnotationChangedEventArgs.Name
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class HandwrittenSignatureChangedEventArgs : AnnotationChangedEventArgs

    Properties

    Signature

    Gets the signature as System.Windows.Shapes.Path

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