PSPDFSubmitFormActionFlag

Objective-C

enum PSPDFSubmitFormActionFlag : NSUInteger {}

Swift

struct Flag : OptionSet, @unchecked Sendable

Flags for submit-form actions. The names and behaviors of these flags are taken from the PDF reference.

If none of the format flags .exportFormat, .xfdf, and .submitPDF are specified then the format will be FDF. For FDF, the Content-Type header field will incorrectly be application/vnd.adobe.xfdf. Please contact us if you require the correct type to be used (application/vnd.fdf).