PDF .NET Library Documentation - PDF Technologies, Inc.
Draws a rectangle as a link to another pdf document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFActionAnnotation AddExternalLink(
	RectangleF ARect,
	string FileName
)
Visual Basic (Declaration)
Public Function AddExternalLink ( _
	ARect As RectangleF, _
	FileName As String _
) As PDFActionAnnotation
Visual C++
public:
PDFActionAnnotation^ AddExternalLink(
	RectangleF ARect, 
	String^ FileName
)

Parameters

ARect
Type: System.Drawing..::.RectangleF
Bound of annotation
FileName
Type: System..::.String
a file path to the destination document.

Return Value

a PDFActionAnnotation defines an annotation in a PDF file.

See Also