PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
PDFAction is the base class for all actions.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public class PDFAction |
Visual Basic (Declaration) |
---|
Public Class PDFAction |
Visual C++ |
---|
public ref class PDFAction |
Remarks
All interactive operations in PDF documents (jump to page, go to URL, change state of PDF controls etc.) are made possible with the help of actions.
Inheritance Hierarchy
System..::.Object
PDFTech..::.PDFAction
PDFTech..::.PDFGoToPageAction
PDFTech..::.PDFImportDataAction
PDFTech..::.PDFJavaScriptAction
PDFTech..::.PDFLaunchAction
PDFTech..::.PDFNamedAction
PDFTech..::.PDFRemoteGoToAction
PDFTech..::.PDFResetFormAction
PDFTech..::.PDFSubmitFormAction
PDFTech..::.PDFURLAction
PDFTech..::.PDFVisibleControlAction
PDFTech..::.PDFAction
PDFTech..::.PDFGoToPageAction
PDFTech..::.PDFImportDataAction
PDFTech..::.PDFJavaScriptAction
PDFTech..::.PDFLaunchAction
PDFTech..::.PDFNamedAction
PDFTech..::.PDFRemoteGoToAction
PDFTech..::.PDFResetFormAction
PDFTech..::.PDFSubmitFormAction
PDFTech..::.PDFURLAction
PDFTech..::.PDFVisibleControlAction