Aspose::Pdf::Facades::SubmitFormFlag enum
SubmitFormFlag enum
Enumeration of possible submit form flags.
enum class SubmitFormFlag
Values
Name | Value | Description |
---|---|---|
Fdf | 0 | Data will be returned in FDF format. |
Html | 1 | Data will be returned in HTML format. |
Xfdf | 2 | Data will be returned in XFDF format. |
FdfWithComments | 3 | Data will be returned in FDF format with comments. |
XfdfWithComments | 4 | Data will be returned in XFDF format with comments. |
5 | Whole PDF file will be submitted. |
See Also
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++