PDF .NET Library Documentation - PDF Technologies, Inc.
The SetAction method sets the PDFAction of this Cell object.

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

Syntax

C#
public void SetAction(
	PDFAction act
)
Visual Basic (Declaration)
Public Sub SetAction ( _
	act As PDFAction _
)
Visual C++
public:
void SetAction(
	PDFAction^ act
)

Parameters

act
Type: PDFTech..::.PDFAction

See Also