FdfTemplate Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an FDF template that shall contain information describing a named page that serves as a template.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.FormsDataFdfTemplate

Namespace:  Apitron.PDF.Kit.Interactive.FormsData
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class FdfTemplate : UndefinedResource

The FdfTemplate type exposes the following members.

Constructors

  NameDescription
Public methodFdfTemplate(FdfNamedPageReference)
Initializes a new instance of the FdfTemplate class.
Public methodFdfTemplate(FdfNamedPageReference, IEnumerableFdfField)
Initializes a new instance of the FdfTemplate class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFields
Gets a list of references to FDF field describing the root fields that shall be imported (those with no ancestors in the field hierarchy).
Public propertyPageReference
Gets or sets a named page reference that shall specify the location of the template.
Public propertyRename
Gets or sets a flag that shall specify whether fields imported from the template shall be renamed in the event of name conflicts with existing fields. The names of fields imported from a template can sometimes conflict with those of existing fields in the target document. This can occur, for example, if the same template page is imported more than once or if two different templates have fields with the same names. Default value: true.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference