PdfFormData Members
In This Article
#Constructors
Name | Description |
---|---|
Pdf |
Initializes a new instance of the Pdf |
Pdf |
Initializes a new instance of the Pdf |
Pdf |
Initializes a new instance of the Pdf |
Pdf |
Initializes a new instance of the Pdf |
Pdf |
Initializes a new instance of the Pdf |
#Properties
Name | Description |
---|---|
Form |
Retrieves the form field type. |
Item[String] | Returns an individual field by its name on the PDF Form. |
Items | Obtains a list of form field items. |
Name |
Returns the name of the field represented by this Pdf |
Value |
Specifies a value to the interactive form field represented by this Pdf |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the child field names for a particular tree node. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the interactive form data to a stream in the specified form data format. |
Save |
Saves the interactive form data into a file in the specified form data format. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also