PdfImportFormDataAction Class
An import-data action imports Forms Data Format (FDF) data into the document's interactive form from a specified file.
public sealed class PdfImportFormDataAction : PdfAction
Public NotInheritable Class PdfImportFormDataAction
Inherits PdfAction
- Inheritance:
- System.ObjectPdfImportFormDataAction
Properties
ActionType
Gets the ImportFormData value.
public override PdfActionType ActionType { get; }
Public Overrides ReadOnly Property ActionType As PdfActionType
Property Value
The ImportFormData value.
Overrides
FilePath
(Required) The FDF file from which to import the data.
Property Value
- System.String
The FDF file from which to import the data.
Exceptions
- System.ArgumentNullException
Value is null or System.String.Empty.
See Also
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |