Create an AcroForm if one does not already exist.
[C#] void Create() [Visual Basic] Sub Create()
void Create()
Sub Create()
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.
None.