Class FreeTextAnnotationProperties
Represents the properties of free text annotations
Inheritance
System.Object
FreeTextAnnotationProperties
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class FreeTextAnnotationProperties : AnnotationProperties
Properties
Bounds
Gets the position and size of the added free text annotation.
Declaration
public Rect Bounds { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Rect |
PageNumber
Gets the page number of the added free text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StrokeColor
Gets or sets the stroke color of the freetext annotation.
Declaration
public Color StrokeColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
StrokeWidth
Gets or sets the stroke width of the freetext annotation.
Declaration
public float StrokeWidth { get; }
Property Value
Type | Description |
---|---|
System.Single |
Text
Gets the text of the tapped free text annotation.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Gets the color of the tapped free text annotation.
Declaration
public Color TextColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
TextSize
Gets the font size of the tapped free text annotation.
Declaration
public float TextSize { get; }
Property Value
Type | Description |
---|---|
System.Single |