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
)
Public Sub SetFormActionFlag (
flag As ActionFormActionFlag,
value As Boolean
)
public:
virtual void SetFormActionFlag(
[InAttribute] ActionFormActionFlag flag,
[InAttribute] bool value
) sealed
function SetFormActionFlag(flag, value);
Parameters
- flag
- Type: pdftron.PDFActionFormActionFlag
the flag
- value
- Type: SystemBoolean
the value
See Also