ActionFormActionFlag Enumeration |
Flags used by submit form actions. Exclude flag is also used by reset form action.
No other action types use flags in the current version of PDF standard (ISO 2300).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum ActionFormActionFlag
Public Enumeration ActionFormActionFlag
public enum class ActionFormActionFlag
pdftron.PDF.ActionFormActionFlag = function();
pdftron.PDF.ActionFormActionFlag.createEnum('pdftron.PDF.ActionFormActionFlag', false);
Members
| Member name | Value | Description |
---|
| e_exclude | 0 | |
| e_include_no_value_fields | 1 | |
| e_export_format | 2 | |
| e_get_method | 3 | |
| e_submit_coordinates | 4 | |
| e_xfdf | 5 | |
| e_include_append_saves | 6 | |
| e_include_annotations | 7 | |
| e_submit_pdf | 8 | |
| e_canonical_format | 9 | |
| e_excl_non_user_annots | 10 | |
| e_excl_F_key | 11 | |
| e_embed_form | 13 | |
See Also