Namespace: BitMiracle.Docotic.Pdf
public enum PdfSubmitFormat
Public Enumeration PdfSubmitFormat
Member name | Value | Description | |
---|---|---|---|
Html | 0 | Control names and values are submitted in HTML Form format. | |
Fdf | 1 | Control names and values are submitted in Forms Data Format (FDF). | |
Xfdf | 2 | (PDF 1.4) Control names and values are submitted in XML Forms Data Format (XFDF). | |
3 | (PDF 1.4) The whole document (not only control names and values) is submitted as PDF, using the MIME content type application/pdf (described in Internet RFC 2045, Multipurpose Internet Mail Extensions (MIME), Part One: Format of Internet Message Bodies). |