PDF .NET Library Documentation - PDF Technologies, Inc.
Procedure creates object of PDFActionAnnotation.

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

Syntax

C#
public PDFActionAnnotation AddAction(
	RectangleF ARect,
	PDFAction Action
)
Visual Basic (Declaration)
Public Function AddAction ( _
	ARect As RectangleF, _
	Action As PDFAction _
) As PDFActionAnnotation
Visual C++
public:
PDFActionAnnotation^ AddAction(
	RectangleF ARect, 
	PDFAction^ Action
)

Parameters

ARect
Type: System.Drawing..::.RectangleF
Bound of annotation
Action
Type: PDFTech..::.PDFAction
An Action value

Return Value

a PDFActionAnnotation defines an annotation in a PDF file.

Remarks

This function can be used to place an action on any part of the page

See Also