Click or drag to resize

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
Members
  Member nameValueDescription
e_exclude0
e_include_no_value_fields1
e_export_format2
e_get_method3
e_submit_coordinates4
e_xfdf5
e_include_append_saves6
e_include_annotations7
e_submit_pdf8
e_canonical_format9
e_excl_non_user_annots10
e_excl_F_key11
e_embed_form13
See Also