PdfViewerMouseEventArgs.PageX Property

Gets the x-coordinate of the mouse on PDF page during the generating mouse event.

public int PageX { get; }
Public ReadOnly Property PageX As Int32

Property Value

Int32

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

If the event is generated out side of the PDF page then its value will be set to -1.

See Also

PdfViewerMouseEventArgs
ceTe.DynamicPDF.Viewer

In this topic