Click or drag to resize
Pdf Library for .NET

PdfLineElement Constructor (Single, Single, Single, Single)

Constructs a pdf line element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfLineElement(
	float startX,
	float startY,
	float endX,
	float endY
)

Parameters

startX
Type: SystemSingle
The start position X coordinate.
startY
Type: SystemSingle
The start position Y coordinate.
endX
Type: SystemSingle
The end position X coordinate.
endY
Type: SystemSingle
The end position Y coordinate.
See Also