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

Collapse imageSyntax

C#
public static PdfAnnotation CreateLink(
	PdfWriter writer,
	Rectangle rect,
	PdfName highlight,
	string namedDestination
)
Visual Basic
Public Shared Function CreateLink ( _
	writer As PdfWriter, _
	rect As Rectangle, _
	highlight As PdfName, _
	namedDestination As String _
) As PdfAnnotation
Visual C++
public:
static PdfAnnotation^ CreateLink(
	PdfWriter^ writer, 
	Rectangle^ rect, 
	PdfName^ highlight, 
	String^ namedDestination
)

Collapse imageSee Also