Class PdfSubmitFormFlags
Specifies the available data formats for submitting the form data.
Inheritance
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfSubmitFormFlags : Enum
Fields
CanonicalFormat
If set, any submitted field values representing dates are converted to the standard format described.
Declaration
public const PdfSubmitFormFlags CanonicalFormat
Field Value
Type |
---|
PdfSubmitFormFlags |
EmbedForm
Meaningful only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the F entry of the submitted FDF is a file specification containing an embedded file stream representing the PDF file from which the FDF is being submitted.
Declaration
public const PdfSubmitFormFlags EmbedForm
Field Value
Type |
---|
PdfSubmitFormFlags |
ExclFKey
Meaningful only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF excludes the F entry.
Declaration
public const PdfSubmitFormFlags ExclFKey
Field Value
Type |
---|
PdfSubmitFormFlags |
ExclNonUserAnnots
Meaningful only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear) and the IncludeAnnotations flag is set. If set, it includes only those markup annotations whose T entry matches the name of the current user, as determined by the remote server to which the form is being submitted.
Declaration
public const PdfSubmitFormFlags ExclNonUserAnnots
Field Value
Type |
---|
PdfSubmitFormFlags |
ExportFormat
Meaningful only if the SubmitPDF and XFDF flags are clear. If set, field names and values are submitted in HTML Form format. If clear, they are submitted in Forms Data Format
Declaration
public const PdfSubmitFormFlags ExportFormat
Field Value
Type |
---|
PdfSubmitFormFlags |
GetMethod
If set, field names and values are submitted using an HTTP GET request. If clear, they are submitted using a POST request. This flag is meaningful only when the ExportFormat flag is set; if ExportFormat is clear, this flag must also be clear.
Declaration
public const PdfSubmitFormFlags GetMethod
Field Value
Type |
---|
PdfSubmitFormFlags |
IncludeAnnotations
Meaningful only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF file includes all markup annotations in the underlying PDF document. If clear, markup annotations are not included.
Declaration
public const PdfSubmitFormFlags IncludeAnnotations
Field Value
Type |
---|
PdfSubmitFormFlags |
IncludeAppendSaves
Meaningful only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document, as contained in the Differences entry in the FDF dictionary. If clear, the incremental updates are not included.
Declaration
public const PdfSubmitFormFlags IncludeAppendSaves
Field Value
Type |
---|
PdfSubmitFormFlags |
IncludeExclude
If clear, the Fields array specifies which fields to include in the submission. (All descendants of the specified fields in the field hierarchy are submitted as well.) If set, the Fields array tells which fields to exclude. All fields in the document�s interactive form are submitted except those listed in the Fields array and those whose NoExport flag.
Declaration
public const PdfSubmitFormFlags IncludeExclude
Field Value
Type |
---|
PdfSubmitFormFlags |
IncludeNoValueFields
If set, all fields designated by the Fields array and the Include/ Exclude flag are submitted, regardless of whether they have a value. For fields without a value, only the field name is transmitted.
Declaration
public const PdfSubmitFormFlags IncludeNoValueFields
Field Value
Type |
---|
PdfSubmitFormFlags |
SubmitCoordinates
If set, the coordinates of the mouse click that caused the submitform action are transmitted as part of the form data. The coordinate values are relative to the upper-left corner of the field�s widget annotation rectangle.
Declaration
public const PdfSubmitFormFlags SubmitCoordinates
Field Value
Type |
---|
PdfSubmitFormFlags |
SubmitPdf
If set, the document 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; see the Bibliography). If set, all other flags are ignored except GetMethod.
Declaration
public const PdfSubmitFormFlags SubmitPdf
Field Value
Type |
---|
PdfSubmitFormFlags |
Xfdf
Meaningful only if the SubmitPDF flags are clear. If set, field names and values are submitted as XML Forms Data Format .
Declaration
public const PdfSubmitFormFlags Xfdf
Field Value
Type |
---|
PdfSubmitFormFlags |