PDFView4NET WinForms Edition


Start point of the measure
End point of the measure
SetLinePoints Method (PDFLineAnnotation)
Sets the start and end position of the line.
Syntax
'Declaration
 
Public Sub SetLinePoints( _
   ByVal startPoint As PDFPoint, _
   ByVal endPoint As PDFPoint _
) 
'Usage
 
Dim instance As PDFLineAnnotation
Dim startPoint As PDFPoint
Dim endPoint As PDFPoint
 
instance.SetLinePoints(startPoint, 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 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also