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



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

Property Value

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