O2S.Components.PDF4NET.View.Win Documentation
PageVisualPoint Property (PDFVisualAnnotationClickEventArgs)



O2S.Components.PDF4NET.View Namespace > PDFVisualAnnotationClickEventArgs Class : PageVisualPoint Property
Gets the page visual point.
Syntax
'Declaration
 
Public ReadOnly Property PageVisualPoint As O2S.Components.PDF4NET.Graphics.PDFPoint
'Usage
 
Dim instance As PDFVisualAnnotationClickEventArgs
Dim value As O2S.Components.PDF4NET.Graphics.PDFPoint
 
value = instance.PageVisualPoint
public O2S.Components.PDF4NET.Graphics.PDFPoint PageVisualPoint {get;}
public:
property O2S.Components.PDF4NET.Graphics.PDFPoint^ PageVisualPoint {
   O2S.Components.PDF4NET.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 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

PDFVisualAnnotationClickEventArgs Class
PDFVisualAnnotationClickEventArgs Members