PDFView4NET WPF Edition
DisplayStartPoint Property




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