XFINIUM.PDF.View.Wpf Documentation
PageVisualPoint Property (PdfVisualPageClickEventArgs)



Xfinium.Pdf.View Namespace > PdfVisualPageClickEventArgs Class : PageVisualPoint Property
Gets the page visual point.
Syntax
'Declaration
 
Public ReadOnly Property PageVisualPoint As Xfinium.Pdf.Graphics.PdfPoint
'Usage
 
Dim instance As PdfVisualPageClickEventArgs
Dim value As Xfinium.Pdf.Graphics.PdfPoint
 
value = instance.PageVisualPoint
public Xfinium.Pdf.Graphics.PdfPoint PageVisualPoint {get;}
public:
property Xfinium.Pdf.Graphics.PdfPoint^ PageVisualPoint {
   Xfinium.Pdf.Graphics.PdfPoint^ get();
}

Property Value

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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualPageClickEventArgs Class
PdfVisualPageClickEventArgs Members