Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ExportFdf | Exports the content of the fields of the pdf into the fdf stream. |
ExportXfdf | Exports the content of the fields of the pdf into the xml stream. The button field's value will not be exported. |
ExportXml | Exports the content of the fields of the pdf into the xml stream. The button field's value will not be exported. |
FillBarcodeField | Fill a barcode field according to its fully qualified field name. |
FillField | Overloaded. Fills the field with a valid value according to a fully qualified field name. Before filling the fields, every field's names and its corresponding valid values must be known. Both the fields' name and values are case sensitive. |
FillImageField | Overloaded. Pastes an image onto the existing button field as its appearance according to its fully qualified field name. |
FlattenAllFields | Flattens all the fields. |
FlattenField | Flattens a specified field with the fully qualified field name. Any other field will remain unchangable. If the fieldName is invalid, all the fields will remain unchangable. |
GetField | Gets the field's value according to its field name. |
GetFieldFacade | Get field's appearance attributes, including location, color, border style, font, list item and so on. |
GetFieldFlag | Gets the field's flag according to its fully qualified field name.. |
GetFieldType | Gets the field's type according to its fully qualified field name.. |
GetFullFieldName | Gets the field's full field name according to its short field name. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ImportFdf | Imports the content of the fields from the fdf file and put them into the new pdf. |
ImportXfdf | Imports the content of the fields from the xfdf(xml) file and put them into the new pdf. |
ImportXml | Imports the content of the fields from the xml file and put them into the new pdf. |
MoveField | Obsolete. Move a field to a new position. If the length or width is not the same as the old, it means zoom the field. |
RenameField | Renames a field. Either AcroForm field or XFA field is OK. |
Save | Saves the value of the filled fields and close the opened Pdf document. |
SetFieldAppearance | Obsolete. Set the field's appearance flags which include view, print and so on. Detailed flag definition is in AppearanceFlag. |
SetFieldAttribute | Obsolete. Set the field's attributes, which include READ_ONLY,REQUIRED,NO_EXPORT. |
SetLicenseCOM | Obsolete. Obsolete. Licenses this component to use in a COM application. |
SetSubmitUrl | Obsolete. Set the submit button's new url. |
ToString (inherited from Object) | Returns a String that represents the current Object. |