DocumentBase.ResetFormFields Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears all form fields in a document, preparing the form to be filled in again.
public:
void ResetFormFields();
public void ResetFormFields ();
member this.ResetFormFields : unit -> unit
Public Sub ResetFormFields ()
Remarks
Use this method to clear fields when a document's fields are not locked. To clear fields when a document's fields are locked, use the Protect method.