public final class SubmitFormFlag
extends com.aspose.ms.System.Enum
Enumeration of possible submit form flags.
Modifier and Type | Field and Description |
---|---|
static int |
Fdf
Data will be returned in FDF format.
|
static int |
FdfWithComments
Data will be returned in FDF format with comments.
|
static int |
Html
Data will be returned in HTML format.
|
static int |
Pdf
Whole PDF file will be submitted.
|
static int |
Xfdf
Data will be returned in XFDF format.
|
static int |
XfdfWithComments
Data will be returned in XFDF format with comments.
|
public static final int Fdf
Data will be returned in FDF format.
public static final int Html
Data will be returned in HTML format.
public static final int Xfdf
Data will be returned in XFDF format.
public static final int FdfWithComments
Data will be returned in FDF format with comments.
public static final int XfdfWithComments
Data will be returned in XFDF format with comments.
public static final int Pdf
Whole PDF file will be submitted.