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