PdfSubmitFormat Enumeration

Specifies the format used when a PDF form is submitted

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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