Finds and returns a top-level form field specified by Name.
If no fields under this name are found, the method returns Nothing.
This method is useful for automatic form fill-out purposes.
The Form Field Finder online application
enables you to determine which field names your PDF form supports.
Usage:
Set Doc = Pdf.OpenDocument("c:\1040nr.pdf")
Set Field = Doc.Form.FindField("txtFirstName")
Field.SetFieldValue "John", font
For more information, see Chapter 11a - Existing Form Fill-in.