PXV_FmtCheckResult Enumeration

From PDF XChange PDF SDK
Revision as of 11:05, 11 January 2016 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_FmtCheckResult
{
    FmtCheckRes_Unknown = 0,
    FmtCheckRes_OK      = 1,
    FmtCheckRes_Broken  = 2,
    FmtCheckRes_CanTry  = 3,
};

Constants

FmtCheckRes_Unknown
The ...
FmtCheckRes_OK
The ...
FmtCheckRes_Broken
The ...
FmtCheckRes_CanTry
The ...

See Also

IPXV_ImportConverter::CheckFormat, IPXV_ImportConverter::CheckFormat2