menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeTextCalloutAnnotation - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FreeTextCalloutAnnotation

    Represents the freetext callout annotation

    Inheritance
    System.Object
    FreeTextAnnotation
    FreeTextCalloutAnnotation
    Implements
    IAnnotation
    Inherited Members
    FreeTextAnnotation.AnnotationId
    FreeTextAnnotation.Bounds
    FreeTextAnnotation.ClosePopupNote()
    FreeTextAnnotation.Comments
    FreeTextAnnotation.Edit()
    FreeTextAnnotation.IsSelected
    FreeTextAnnotation.OpenPopupNote()
    FreeTextAnnotation.PageNumber
    FreeTextAnnotation.Subject
    FreeTextAnnotation.Text
    FreeTextAnnotation.TextColor
    FreeTextAnnotation.TextSize
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class FreeTextCalloutAnnotation : FreeTextAnnotation, IAnnotation

    Properties

    AnnotationType

    Gets the type of the annotation

    Declaration
    public string AnnotationType { get; }
    Property Value
    Type
    System.String

    Author

    Gets or sets the name of the author of the annotation.

    Declaration
    public string Author { get; set; }
    Property Value
    Type
    System.String

    CalloutPoints

    Gets the callout points of the freetext callout annotation

    Declaration
    public Point[] CalloutPoints { get; }
    Property Value
    Type
    Windows.Foundation.Point[]

    LineEndingStyle

    Gets the line ending style of the freetext callout annotation

    Declaration
    public PdfLineEndingStyle LineEndingStyle { get; }
    Property Value
    Type
    PdfLineEndingStyle

    Implements

    IAnnotation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved