PDF .NET Library Documentation - PDF Technologies, Inc.

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

Syntax

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

See Also