PDFView4NET WinForms Edition
SetLinePoints Method (PDFMeasureAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFMeasureAnnotation Class : SetLinePoints Method
Start point of the measure
End point of the measure
Sets the start and end position of the measure line.
Syntax
'Declaration
 
Public Sub SetLinePoints( _
   ByVal startPoint As PDFPoint, _
   ByVal endPoint As PDFPoint _
) 
'Usage
 
Dim instance As PDFMeasureAnnotation
Dim startPoint As PDFPoint
Dim endPoint As PDFPoint
 
instance.SetLinePoints(startPoint, endPoint)
public void SetLinePoints( 
   PDFPoint startPoint,
   PDFPoint endPoint
)
public: void SetLinePoints( 
   PDFPoint* startPoint,
   PDFPoint* endPoint
) 
public:
void SetLinePoints( 
   PDFPoint^ startPoint,
   PDFPoint^ endPoint
) 

Parameters

startPoint
Start point of the measure
endPoint
End point of the measure
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

PDFMeasureAnnotation Class
PDFMeasureAnnotation Members