PXS_StructureValidationFlags Enumeration

From PDF XChange PDF SDK
Revision as of 00:57, 22 November 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 PXS_StructureValidationFlags
{
    SVF_Valid                      = 0,
    SVF_XRefChunkNotFound          = 1,
    SVF_ErrorsInXRef               = 2,
    SVF_ErrorsInXRefNonCritical    = 4,
    SVF_InvalidObjRef              = 8,
    SVF_BrokenObj                  = 16,
    SVF_BrokenObjNonCritical       = 32,
    SVF_MissalignedObj             = 64,
    SVF_BrokenObjStream            = 128,
    SVF_ErrorsInTrailer            = 256,
    SVF_UnrecoveredErrorsInTrailer = 512,
    SVF_LargerFileNotTruncated     = 1024,
    SVF_IoReadFailed               = 4194304,
    SVF_FailLoadValidObject        = 8388608,
    SVF_WarnFutureObjRef           = 16777216,
    SVF_ObjStreamNeedReparce       = 1073741824,
    SVF_Corrected                  = -2147483648,
};

Constants

SVF_Valid
The ...
SVF_XRefChunkNotFound
The ...
SVF_ErrorsInXRef
The ...
SVF_ErrorsInXRefNonCritical
The ...
SVF_InvalidObjRef
The ...
SVF_BrokenObj
The ...
SVF_BrokenObjNonCritical
The ...
SVF_MissalignedObj
The ...
SVF_BrokenObjStream
The ...
SVF_ErrorsInTrailer
The ...
SVF_UnrecoveredErrorsInTrailer
The ...
SVF_LargerFileNotTruncated
The ...
SVF_IoReadFailed
The ...
SVF_FailLoadValidObject
The ...
SVF_WarnFutureObjRef
The ...
SVF_ObjStreamNeedReparce
The ...
SVF_Corrected
The ...