PXV_FmtCheckResult Enumeration

From PDF XChange PDF SDK
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