Class PopupProperties
Represents the properties of PopupAnnotation.
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PopupProperties : AnnotationProperties
Properties
Color
Gets the color of popup annotation
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Comment
Gets the comment of popup annotation
Declaration
public string Comment { get; }
Property Value
Type | Description |
---|---|
System.String |
Comments
Gets the popup note of popup annotation
Declaration
public List<Comment> Comments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
Location
Gets the location of popup annotation.
Declaration
public PointF Location { get; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
Opacity
Gets the opacity of popup annotation
Declaration
public double Opacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageNumber
Gets the page number of popup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PopupIcon
Gets the popup icon of popup annotation
Declaration
public PopupIcon PopupIcon { get; }
Property Value
Type | Description |
---|---|
PopupIcon |
Subject
Gets the subject of the popup annotation
Declaration
public string Subject { get; }
Property Value
Type | Description |
---|---|
System.String |