Class NCWordState
Inheritance
object
NCWordState
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class NCWordState : Enum
Fields
Changed
Changed state means that the NCWord will output on the next call of Out() or Form(). You can use Show() method to switch the NCWord to changed state.
Declaration
public const NCWordState Changed = 1
Field Value
Type | Description |
---|---|
NCWordState |
Disabled
Disabled state means that the NCWord will not be output by the block at all and will not change its state until it is explicitly switched to another state (using Show() or Hide()). You can use Disable() method to switch the NCWord to Disabled state.
Declaration
public const NCWordState Disabled = 2
Field Value
Type | Description |
---|---|
NCWordState |
Unchanged
Unchanged state means that the NCWord will NOT output on the next call of Out() or Form(). You can use Hide() method to switch the NCWord to unchanged state.
Declaration
public const NCWordState Unchanged = 0
Field Value
Type | Description |
---|---|
NCWordState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |