Click or drag to resize

ActionSetFormActionFlag Method

Set the value of a given field flag. Action flags are currently only used by submit and reset form actions.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFormActionFlag(
	ActionFormActionFlag flag,
	bool value
)

Parameters

flag
Type: pdftron.PDFActionFormActionFlag
the flag
value
Type: SystemBoolean
the value
See Also