Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static PdfAnnotation CreateLine(
	PdfWriter writer,
	Rectangle rect,
	string contents,
	float x1,
	float y1,
	float x2,
	float y2
)
Visual Basic
Public Shared Function CreateLine ( _
	writer As PdfWriter, _
	rect As Rectangle, _
	contents As String, _
	x1 As Single, _
	y1 As Single, _
	x2 As Single, _
	y2 As Single _
) As PdfAnnotation
Visual C++
public:
static PdfAnnotation^ CreateLine(
	PdfWriter^ writer, 
	Rectangle^ rect, 
	String^ contents, 
	float x1, 
	float y1, 
	float x2, 
	float y2
)

See Also