PDFView4NET WPF Edition
EndPoint Property




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