PdfSubmitFormat Enumeration

Specifies the format used when a PDF form is submitted

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public enum PdfSubmitFormat

Members

Html0 Submits the form data in an HTML-compatible format
Fdf1 Submits the form data as FDF
Xfdf2 Submits the form data as XFDF
Pdf3 Submits the entire PDF document or a PDF-based payload

See Also