Class PopupAnnotationAddedEventArgs
Represents the arguments associated with a Popup events.
Inheritance
System.Object
PopupAnnotationAddedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PopupAnnotationAddedEventArgs : EventArgs
Constructors
PopupAnnotationAddedEventArgs()
Creates a new instance of the PopupAnnotationAddedEventArgs class.
Declaration
public PopupAnnotationAddedEventArgs()
Properties
Location
Position at which the popup is included with respect to the page
Declaration
public PointF Location { get; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
PageNumber
Position at which the popup is included.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |