[]
Defines possible values of SubmitFormat property.
public enum ActionSubmitForm.SubmitFormatType
FDF = 1
Field names and values are submitted in Forms Data Format (FDF).
HtmlForm = 0
Field names and values are submitted in HTML Form format.
PDF = 3
Document is submitted as PDF, using the MIME content type "application/pdf".
XFDF = 2
Field names and values are submitted as XFDF.