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:

Examples

For example refer to PdfViewerMouseClick event.

Properties

ButtonGets the Button object which contains the information about the mouse button associated with the event.
ClicksGets the number of times the mouse button was pressed and released.
LocationGets the location of the mouse during the generating mouse event.
PageNumberGets the page number of the PDF page during the generating mouse event.
PageXGets the x-coordinate of the mouse on PDF page during the generating mouse event.
PageYGets the y-coordinate of the mouse during the generating mouse event.
XGets the x-coordinate of the mouse during the generating mouse event.
YGets 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)

See Also

ceTe.DynamicPDF.Viewer

In this topic