FdfFieldsCollection Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection of FdfField.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalCollectionFdfField
      Apitron.PDF.Kit.Interactive.FormsDataFdfFieldsCollection

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 FdfFieldsCollection : InternalCollection<FdfField>

The FdfFieldsCollection type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFieldNames
Gets the field names.
Public propertyItem
Gets the underlying FdfField with the specified field name.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
Methods

  NameDescription
Public methodAdd
Adds the specified item.
(Inherited from InternalCollectionT.)
Public methodClear
Clears this instance.
(Inherited from InternalCollectionT.)
Public methodContains
Determines whether the collection contains the specified item.
(Inherited from InternalCollectionT.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from InternalCollectionT.)
Top
See Also

Reference