Class FreeTextAnnotationChangedEventArgs
Provides data for theFreeTextAnnotationChanged event.
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class FreeTextAnnotationChangedEventArgs : AnnotationChangedEventArgs
Properties
CalloutPoints
Gets the points of the polyline in a callout text box.
Declaration
public ReadOnlyCollection<Point> CalloutPoints { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Point> |
Settings
Gets the settings of the free text annotation.
Declaration
public PdfViewerFreeTextSettings Settings { get; }
Property Value
Type |
---|
PdfViewerFreeTextSettings |