PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
The SetAction method sets the PDFAction of this Cell object.
Namespace:
PDFTechAssembly: 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