HiQPdf Next Library for .NET Documentation
C#
Show/Hide TOC
Pdf
Submit
Format 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#
Copy
public
enum
PdfSubmitFormat
Members
Html
0
Submits the form data in an HTML-compatible format
Fdf
1
Submits the form data as FDF
Xfdf
2
Submits the form data as XFDF
Pdf
3
Submits the entire PDF document or a PDF-based payload
See Also
Reference
HiQPdf.Next Namespace
In This Article
Definition
Members
See Also