PXC_ExportFormFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ExportFormFlags Enumeration}}
 
{{#customTitle:PXC_ExportFormFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ExportFormFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ExportFormFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_ExportFormFlags
 
{
 
{
     FormExport_Default = 0;
+
     FormExport_Default         = 0,
     FormExport_IncludeEmpty = 1;
+
     FormExport_IncludeEmpty   = 1,
     FormExport_IncludePassword = 2;
+
     FormExport_IncludePassword = 2,
     FormExport_CheckRequired = 4;
+
     FormExport_CheckRequired   = 4,
     FormExport_IgnoreNoExport = 8;
+
     FormExport_IgnoreNoExport = 8,
 
};
 
};
 
</pre>
 
</pre>
Line 28: Line 30:
 
;FormExport_IgnoreNoExport
 
;FormExport_IgnoreNoExport
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:36, 23 May 2015


Specifies the ...

Syntax

enum PXC_ExportFormFlags
{
    FormExport_Default         = 0,
    FormExport_IncludeEmpty    = 1,
    FormExport_IncludePassword = 2,
    FormExport_CheckRequired   = 4,
    FormExport_IgnoreNoExport  = 8,
};

Constants

FormExport_Default
The ...
FormExport_IncludeEmpty
The ...
FormExport_IncludePassword
The ...
FormExport_CheckRequired
The ...
FormExport_IgnoreNoExport
The ...