Click or drag to resize

ActionCreateResetForm Method

Creates a new 'Reset Form' action. A reset form action reset choosen form fields to their default value.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Action CreateResetForm(
	SDFDoc doc
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the document in which to create the action

Return Value

Type: Action
the action
See Also