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
<GuidAttribute("1985B105-774F-4569-B62F-CC7D958D2611")>
<FlagsAttribute>
Public Enumeration PAGESTATE
[GuidAttribute(L"1985B105-774F-4569-B62F-CC7D958D2611")]
[FlagsAttribute]
public enum class PAGESTATE
Members
| Member name | Value | Description |
---|
| PS_NONE | 0 |
Page hasn't any attributes.
|
| PS_LOADED | 1 |
Page is loaded.
|
| PS_RECOGNIZED | 2 |
Recognized page.
|
| PS_PGFORMATTED | 4 |
Page was formatted with Page Formatter.
|
| PS_DOCFORMATTED | 8 |
Page was formatted with Document Formatter.
|
| PS_EXPORTED | 16 |
Exported page.
|
| PS_EXPORTNEEDED | 32 |
Page is being exported.
|
| PS_PREPROCESSED | 64 |
Preprocessed page.
|
| PS_FORMDATA_EXTRACTED | 128 |
Page's form data are extracted.
|
| PS_HAS_ZONES | 256 |
Page has zones.
|
| PS_HAS_TEXT | 512 |
Page has text.
|
| PS_ZONES_EDITED | 1024 |
Page has edited zones.
|
| PS_TEXT_EDITED | 2048 |
Page has edited text.
|
| PS_PROOFED | 4096 |
Proofed page.
|
| PS_VISITED | 8192 |
Pages already visited.
|
| PS_NEEDSPELL | 16384 |
Page needs spell.
|
| PS_FAZ | 32768 |
Find additional zones feature is active.
|
| PS_KEEPZONEODER | 65536 |
Page keeps zone order.
|
| PS_SELECTED | 131072 |
Selected page.
|
| PS_ACTIVE | 262144 |
Active page.
|
| PS_NEEDREDACT | 524288 |
Page needs redaction.
|
| PS_BOOKMARKED | 1048576 |
Bookmarked page.
|
| PS_ACTIVELOCK | 2097152 |
Page is locked as active.
|
| PS_HAS_NOTE | 4194304 |
Page has note.
|
| PS_ALL | -1 |
All states together.
|
See Also