PXV_DocCloseFlags Enumeration

From PDF XChange PDF SDK
Revision as of 03:40, 1 May 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 PXV_DocCloseFlags
{
    PXV_DocClose_AllowUI         = 1;
    PXV_DocClose_AllowCancel     = 2;
    PXV_DocClose_AllowSilentSave = 4;
    PXV_DocClose_AllowAsync      = 8;
};

Constants

PXV_DocClose_AllowUI
The ...
PXV_DocClose_AllowCancel
The ...
PXV_DocClose_AllowSilentSave
The ...
PXV_DocClose_AllowAsync
The ...

See Also

See also ...