O2S.Components.PDF4NET.View.Win Documentation
PageStandardPoint Property (PDFVisualPageClickEventArgs)



O2S.Components.PDF4NET.View Namespace > PDFVisualPageClickEventArgs Class : PageStandardPoint Property
Gets the page standard point.
Syntax
'Declaration
 
Public ReadOnly Property PageStandardPoint As O2S.Components.PDF4NET.Graphics.PDFPoint
'Usage
 
Dim instance As PDFVisualPageClickEventArgs
Dim value As O2S.Components.PDF4NET.Graphics.PDFPoint
 
value = instance.PageStandardPoint
public O2S.Components.PDF4NET.Graphics.PDFPoint PageStandardPoint {get;}
public:
property O2S.Components.PDF4NET.Graphics.PDFPoint^ PageStandardPoint {
   O2S.Components.PDF4NET.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 Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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