Click or drag to resize

ActionGetFormActionFlag Method

Gets the form action flag.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetFormActionFlag(
	ActionFormActionFlag flag
)

Parameters

flag
Type: pdftron.PDFActionFormActionFlag
the flag

Return Value

Type: Boolean
value of the given action flag. Action flags are currently only used by submit and reset form actions.
See Also