PDFVisualPageClickEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the event arguments for and events.
Inheritance Object → EventArgs → PDFVisualPageEventArgs → PDFVisualPageClickEventArgs
Properties¶
Button¶
Gets the mouse button the has been clicked.
Property Value
MouseButton
The button of the mouse that has been clicked.
Location¶
Gets the location of the mouse during the generating mouse event.
Property Value
Point
A that contains the x and y mouse coordinates, in pixels, relative to the upper-left corner of the control.
PageNumber¶
Gets the page number.
Property Value
Int32
The number of the page that generated the event.
PageStandardPoint¶
Gets the page standard point.
Property Value
PDFPoint
The point of the page where the mouse was clicked in page standard coordinates.
Remarks
The point on the page is given in standard PDF coordinates. The values for (x,y) are PDF points.
PageVisualPoint¶
Gets the page visual point.
Property Value
PDFPoint
The point on the page where the mouse was clicked in page visual coordinates.
Remarks
The point on the page is relative to page's top left visible corner. The values for (x,y) are PDF points.
VisualPage¶
Gets the page.
Property Value
PDFVisualPage
The page that generated the event.