menu

Document Processing

FreeTextAnnotationChangedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    FreeTextAnnotationChangedEventArgs Class

    Provides data for theFreeTextAnnotationChanged event.

    Inheritance
    System.Object
    AnnotationChangedEventArgs
    FreeTextAnnotationChangedEventArgs
    Inherited Members
    AnnotationChangedEventArgs.Action
    AnnotationChangedEventArgs.Name
    AnnotationChangedEventArgs.NewBounds
    AnnotationChangedEventArgs.OldBounds
    AnnotationChangedEventArgs.PageNumber
    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
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved