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