Click or drag to resize

FDFField Class

Represents an FDFField in an FDFDoc file.
Inheritance Hierarchy
SystemObject
  pdftron.FDFFDFField

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class FDFField : IClosable

The FDFField type exposes the following members.

Constructors
  NameDescription
Public methodFDFField
Construct an FDFField from a SDF dictionary representing a terminal field node.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFindAttribute
The function returns the specified attribute.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Get name of the FDFField
Public methodGetPartialName
Get partial name of the FDFField
Public methodGetSDFObj
Get underlying SDF object
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get value of the FDFField
Public methodSet
Sets value to the given FDFField object
Public methodSetValue
Set value of the FDFField
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also