PDFView4NET WPF Edition
PDFPoint Property




O2S.Components.PDFView4NET Namespace > PageClickEventArgs Class : PDFPoint Property
Gets the PDF point where the page was clicked.
Syntax
'Declaration
 
Public ReadOnly Property PDFPoint As PDFPoint
'Usage
 
Dim instance As PageClickEventArgs
Dim value As PDFPoint
 
value = instance.PDFPoint
public PDFPoint PDFPoint {get;}
public: __property PDFPoint* get_PDFPoint();
public:
property PDFPoint^ PDFPoint {
   PDFPoint^ get();
}

Property Value

The click point in PDF coordinates.
Remarks
The position of the click point is given in points relative to the origin of the PDF coordinate system.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageClickEventArgs Class
PageClickEventArgs Members