alexa

    Show / Hide Table of Contents

    Class FreeTextAnnotationChangedEventArgs

    Provides data for theFreeTextAnnotationChanged event.

    Inheritance
    System.Object
    System.EventArgs
    AnnotationChangedEventArgs
    FreeTextAnnotationChangedEventArgs
    Inherited Members
    AnnotationChangedEventArgs.Action
    AnnotationChangedEventArgs.Name
    AnnotationChangedEventArgs.NewBounds
    AnnotationChangedEventArgs.OldBounds
    AnnotationChangedEventArgs.PageNumber
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX