Class PopupAnnotation
Represents popup annotations.
Inheritance
System.Object
PopupAnnotation
Implements
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PopupAnnotation : Object, IAnnotation
Constructors
PopupAnnotation(Int32, Point)
Initializes a new instance of the PopupAnnotation class.
Declaration
public PopupAnnotation(int pageNumber, Point position)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | The page number in which the popup should be added. |
Xamarin.Forms.Point | position | The position in which the popup should be added. |
Properties
Name
Gets or sets the name of the popup annotation.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
PageNumber
Gets the page number of the popup annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Position
Gets or sets the top left position of the popup annotation.
Declaration
public Point Position { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Point |
Settings
Gets or sets the settings for the popup annotation.
Declaration
public PopupAnnotationSettings Settings { get; set; }
Property Value
Type |
---|
PopupAnnotationSettings |