PXC_SubmitFormActionFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXC_SubmitFormActionFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_SubmitFormActionFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXC_SubmitFormActionFlags
 +
{
 +
    FSAF_Exclude              = 1,
 +
    FSAF_IncludeNoValues      = 2,
 +
    FSAF_ExportAsHTML        = 4,
 +
    FSAF_Method_GET          = 8,
 +
    FSAF_Submit_Coords        = 16,
 +
    FSAF_XFDF                = 32,
 +
    FSAF_IncludeAppendSaves  = 64,
 +
    FSAF_IncludeAnnots        = 128,
 +
    FSAF_SubmitPDF            = 256,
 +
    FSAF_CanonicalDates      = 512,
 +
    FSAF_ExcludeNonUserAnnots = 1024,
 +
    FSAF_ExcludeFKey          = 2048,
 +
    FSAF_EmbeddForm          = 8192,
 +
    FSAF_Mask                = 65535,
 +
    FSAFE_IncludeNMKey        = 268435456,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;FSAF_Exclude
 +
:The ...
 +
;FSAF_IncludeNoValues
 +
:The ...
 +
;FSAF_ExportAsHTML
 +
:The ...
 +
;FSAF_Method_GET
 +
:The ...
 +
;FSAF_Submit_Coords
 +
:The ...
 +
;FSAF_XFDF
 +
:The ...
 +
;FSAF_IncludeAppendSaves
 +
:The ...
 +
;FSAF_IncludeAnnots
 +
:The ...
 +
;FSAF_SubmitPDF
 +
:The ...
 +
;FSAF_CanonicalDates
 +
:The ...
 +
;FSAF_ExcludeNonUserAnnots
 +
:The ...
 +
;FSAF_ExcludeFKey
 +
:The ...
 +
;FSAF_EmbeddForm
 +
:The ...
 +
;FSAF_Mask
 +
:The ...
 +
;FSAFE_IncludeNMKey
 +
:The ...

Revision as of 01:35, 20 October 2015


Specifies the ...

Syntax

enum PXC_SubmitFormActionFlags
{
    FSAF_Exclude              = 1,
    FSAF_IncludeNoValues      = 2,
    FSAF_ExportAsHTML         = 4,
    FSAF_Method_GET           = 8,
    FSAF_Submit_Coords        = 16,
    FSAF_XFDF                 = 32,
    FSAF_IncludeAppendSaves   = 64,
    FSAF_IncludeAnnots        = 128,
    FSAF_SubmitPDF            = 256,
    FSAF_CanonicalDates       = 512,
    FSAF_ExcludeNonUserAnnots = 1024,
    FSAF_ExcludeFKey          = 2048,
    FSAF_EmbeddForm           = 8192,
    FSAF_Mask                 = 65535,
    FSAFE_IncludeNMKey        = 268435456,
};

Constants

FSAF_Exclude
The ...
FSAF_IncludeNoValues
The ...
FSAF_ExportAsHTML
The ...
FSAF_Method_GET
The ...
FSAF_Submit_Coords
The ...
FSAF_XFDF
The ...
FSAF_IncludeAppendSaves
The ...
FSAF_IncludeAnnots
The ...
FSAF_SubmitPDF
The ...
FSAF_CanonicalDates
The ...
FSAF_ExcludeNonUserAnnots
The ...
FSAF_ExcludeFKey
The ...
FSAF_EmbeddForm
The ...
FSAF_Mask
The ...
FSAFE_IncludeNMKey
The ...