PDF .NET Library Documentation - PDF Technologies, Inc.
An import-data action imports Forms Data Format (FDF) data into a documents interactive form from a specified file.

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

Syntax

C#
public class PDFImportDataAction : PDFAction
Visual Basic (Declaration)
Public Class PDFImportDataAction _
	Inherits PDFAction
Visual C++
public ref class PDFImportDataAction : public PDFAction

Remarks

The structure of an FDF file can be found in the Adobe PDF Reference.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFImportDataAction

See Also