PDFView4NET WPF Edition
DisplayEndPoint Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFLineAnnotation Class : DisplayEndPoint Property
Gets the end point of the line in display coordinates.
Syntax
'Declaration
 
Public ReadOnly Property DisplayEndPoint As PDFPoint
'Usage
 
Dim instance As PDFLineAnnotation
Dim value As PDFPoint
 
value = instance.DisplayEndPoint
public PDFPoint DisplayEndPoint {get;}
public: __property PDFPoint* get_DisplayEndPoint();
public:
property PDFPoint^ DisplayEndPoint {
   PDFPoint^ get();
}
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

PDFLineAnnotation Class
PDFLineAnnotation Members