Class FreeTextCalloutAnnotation
Represents the freetext callout annotation
Implements
Inherited Members
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 | Description |
---|---|
System.String |
Author
Gets or sets the name of the author of the annotation.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CalloutPoints
Gets the callout points of the freetext callout annotation
Declaration
public Point[] CalloutPoints { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Point[] |
LineEndingStyle
Gets the line ending style of the freetext callout annotation
Declaration
public PdfLineEndingStyle LineEndingStyle { get; }
Property Value
Type | Description |
---|---|
PdfLineEndingStyle |