[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionImportData

ActionImportData Class

Defines an action imports Forms Data Format (FDF) data into the document’s interactive form from a specified file.

Inheritance
ActionImportData
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionImportData : ActionBase, IPdfDict
Public Class ActionImportData
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionImportData()

Initializes a new instance of the ActionImportData.

ActionImportData(FileSpecification)

Initializes a new instance of the ActionImportData.

Properties

Name Description
File

Gets or sets the FDF file from which to import the data.

Extension Methods