PdfViewerMouseEventArgs
Provides data for the PdfViewerMouseClick and PdfViewerMouseMove event.
public class PdfViewerMouseEventArgs : EventArgs
Public Class PdfViewerMouseEventArgs
Inherits EventArgs
Inheritance: ObjectEventArgsPdfViewerMouseEventArgs
Licensing Info
This class is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.
Examples
For example refer to PdfViewerMouseClick event.Properties
| Button | Gets the Button object which contains the information about the mouse button associated with the event. |
| Clicks | Gets the number of times the mouse button was pressed and released. |
| Location | Gets the location of the mouse during the generating mouse event. |
| PageNumber | Gets the page number of the PDF page during the generating mouse event. |
| PageX | Gets the x-coordinate of the mouse on PDF page during the generating mouse event. |
| PageY | Gets the y-coordinate of the mouse during the generating mouse event. |
| X | Gets the x-coordinate of the mouse during the generating mouse event. |
| Y | Gets the y-coordinate of the mouse during the generating mouse event. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |