Class TextMarkupProperties
Represents the properties of TextMarkupAnnotation.
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class TextMarkupProperties : AnnotationProperties
Properties
AnnotationType
Gets the type of textmarkup annotation.
Declaration
public AnnotationMode AnnotationType { get; }
Property Value
Type | Description |
---|---|
AnnotationMode |
Color
Gets the color of textmarkup annotation.
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Comments
Gets the collection of comments added in the text markup annotation.
Declaration
public List<Comment> Comments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
Height
Gets the height of textmarkup annotation.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Opacity
Gets the opacity of textmarkup annotation.
Declaration
public double Opacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageNumber
Gets the page number of textmarkup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Subject
Gets the subject of the textmarkup annotation
Declaration
public string Subject { get; }
Property Value
Type | Description |
---|---|
System.String |
Width
Gets the width of textmarkup annotation.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
X
Gets the x position of textmarkup annotation.
Declaration
public int X { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Gets the y position of textmarkup annotation.
Declaration
public int Y { get; }
Property Value
Type | Description |
---|---|
System.Int32 |