GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfImportFormDataAction Class

    Namespace:
    GemBox.Pdf.Forms
    Assembly:
    GemBox.Pdf.dll

    An import-data action imports Forms Data Format (FDF) data into the document's interactive form from a specified file.

    • C#
    • VB.NET
    public sealed class PdfImportFormDataAction : PdfAction
    Public NotInheritable Class PdfImportFormDataAction
        Inherits PdfAction
    Inheritance:
    System.Object
    PdfObject
    PdfAction
    PdfImportFormDataAction

    Properties

    ActionType

    Gets the ImportFormData value.

    • C#
    • VB.NET
    public override PdfActionType ActionType { get; }
    Public Overrides ReadOnly Property ActionType As PdfActionType
    Property Value
    PdfActionType

    The ImportFormData value.

    Overrides
    PdfAction.ActionType

    FilePath

    (Required) The FDF file from which to import the data.

    • C#
    • VB.NET
    public string FilePath { get; set; }
    Public Property FilePath As String
    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
    PDF Specification ISO 32000-1:2008, section '12.7.5.4 Import-Data Action'

    Inherited Properties

    Metadata

    (Optional; PDF 1.4) A metadata stream containing metadata for the component.

    (Inherited from PdfObject)

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)

    Examples

    Form Actions example

    See Also

    PDF Specification ISO 32000-1:2008, section '12.7.5.4 Import-Data Action'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.