WPF

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

    Show / Hide Table of Contents

    Class InkAnnotationChangedEventArgs

    Provides data for the InkAnnotationChanged event.

    Inheritance
    System.Object
    System.EventArgs
    AnnotationChangedEventArgs
    InkAnnotationChangedEventArgs
    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 InkAnnotationChangedEventArgs : AnnotationChangedEventArgs

    Properties

    Points

    Get a collection of Point values of polygon and polyline annotations that can be individually accessed by index.

    Declaration
    public ReadOnlyCollection<Point> Points { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Point>

    Settings

    Gets the settings of the ink annotation.

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