Class FreeTextCalloutAnnotationProperties
Represents the properties of a freetext callout annotation
Inheritance
System.Object
FreeTextCalloutAnnotationProperties
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class FreeTextCalloutAnnotationProperties : FreeTextAnnotationProperties
Properties
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 |