Enum SubmitFormFlag

SubmitFormFlag enumeration

Enumeration of possible submit form flags.

[Flags]
public enum SubmitFormFlag

Values

NameValueDescription
Fdf0Data will be returned in FDF format.
Html1Data will be returned in HTML format.
Xfdf2Data will be returned in XFDF format.
FdfWithComments3Data will be returned in FDF format with comments.
XfdfWithComments4Data will be returned in XFDF format with comments.
Pdf5Whole PDF file will be submitted.

See Also