PXC_ExportFormFlags Enumeration

From PDF XChange PDF SDK
Revision as of 01:07, 14 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 ...

See Also

See also ...