Click or drag to resize

PAGESTATE Enumeration

Describes page state during recognition process.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("1985B105-774F-4569-B62F-CC7D958D2611")]
[FlagsAttribute]
public enum PAGESTATE
Members
  Member nameValueDescription
PS_NONE0 Page hasn't any attributes.
PS_LOADED1 Page is loaded.
PS_RECOGNIZED2 Recognized page.
PS_PGFORMATTED4 Page was formatted with Page Formatter.
PS_DOCFORMATTED8 Page was formatted with Document Formatter.
PS_EXPORTED16 Exported page.
PS_EXPORTNEEDED32 Page is being exported.
PS_PREPROCESSED64 Preprocessed page.
PS_FORMDATA_EXTRACTED128 Page's form data are extracted.
PS_HAS_ZONES256 Page has zones.
PS_HAS_TEXT512 Page has text.
PS_ZONES_EDITED1024 Page has edited zones.
PS_TEXT_EDITED2048 Page has edited text.
PS_PROOFED4096 Proofed page.
PS_VISITED8192 Pages already visited.
PS_NEEDSPELL16384 Page needs spell.
PS_FAZ32768 Find additional zones feature is active.
PS_KEEPZONEODER65536 Page keeps zone order.
PS_SELECTED131072 Selected page.
PS_ACTIVE262144 Active page.
PS_NEEDREDACT524288 Page needs redaction.
PS_BOOKMARKED1048576 Bookmarked page.
PS_ACTIVELOCK2097152 Page is locked as active.
PS_HAS_NOTE4194304 Page has note.
PS_ALL-1 All states together.
See Also