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
)
Public Function GetFormActionFlag (
flag As ActionFormActionFlag
) As Boolean
public:
virtual bool GetFormActionFlag(
[InAttribute] ActionFormActionFlag flag
) sealed
function GetFormActionFlag(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