PDFView4NET WPF Edition
StartPoint Property




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