[Visual Basic] Overridable Function Create() As void
Params
Name
Description
none
Notes
Create an AcroForm if one does not already exist.
Adding a field to a form using a method like AddTextField will
automatically create an AcroForm if necessary. So in general you
will not need to use this function.