Class InkAnnotationChangedEventArgs
Provides data for the InkAnnotationChanged event.
Inherited Members
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 |
---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Point> |
Settings
Gets the settings of the ink annotation.
Declaration
public PdfViewerInkSettings Settings { get; }
Property Value
Type |
---|
PdfViewerInkSettings |