TPDFlibContentFormTraversalStatus
Data types
Description
Reports how EnumPageContentStatesEx handled the Form XObject referenced by one Do snapshot
Syntax
Delphi
TPDFlibContentFormTraversalStatus = (ftsNotApplicable, ftsNotRequested, ftsEnumerated, ftsDepthLimit, ftsCycle, ftsMalformed);Values
| Value | Meaning |
|---|---|
ftsNotApplicable | The instruction does not invoke a resolved Form XObject |
ftsNotRequested | Recursive traversal was disabled with a zero maximum depth |
ftsEnumerated | The Form content was parsed and enumerated successfully |
ftsDepthLimit | The invocation reached the configured maximum Form depth |
ftsCycle | The same Form stream already exists on the active invocation path |
ftsMalformed | The Form lacks usable required geometry, cannot be resolved or contains content that cannot be parsed safely |
Remarks
FormDescendantCount is zero for skipped Forms and reports the number of emitted descendant snapshots for an enumerated Form