Winnovative PDF 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:
Winnovative.Pdf.Next
Assembly:
Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
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
Winnovative.Pdf.Next Namespace
In This Article
Definition
Members
See Also