Click or drag to resize

SettingNode Class

The SettingNode object provides access to a particular node and its setting if it exists.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class SettingNode : IproPlusClass, 
	IDisposable

The SettingNode type exposes the following members.

Properties
  NameDescription
Public propertyArraySize
If this node has an array setting, the property returns the size of the array.
Public propertyCount
This property returns the number of the direct child nodes.
Public propertyFullName
This property returns the absolute dot-separated path of the node.
Public propertyHasSetting
This property returns whether the node has a setting or not.
Public propertyName
This property returns the name of the node.
Public propertySymbolicValue
This property returns the string representation of the related setting value.
Public propertyType
This property returns the setting type.
Top
Methods
  NameDescription
Public methodAddArraySetting
This method creates a new node and its setting directly under this node as a child node.
Public methodAddBasicSetting
This method creates a new node and setting as a child node directly under the given node.
Public methodAddEnumSetting
This method creates a new node and its setting directly under this node as a child node.
Public methodDefaultValue
If the node does not have a setting this property returns an empty variant, otherwise it returns the default value of the setting.
Public methodDeleteSetting
This method creates a new node and its setting directly under this node as a child node.
Public methodDispose
Releases all resources used by the SettingNode
Public methodGetEnumerator
Public methodGetEnumInfo
This method returns the available enum values and their names for an enum type setting.
Public methodGetItem
This property returns a SettingNode object which represents a node.
Public methodGetValue
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned.
Public methodIsFlagSet
This property returns whether a flag for a given setting is set.
Public methodSave
This property returns whether or not the setting will be saved when the whole tree or a sub tree is exported.
Public methodSetToDefault
This method sets the value of the setting to its default value.
Public methodSetToDefaultAt
Use this method to set the default value of a single node.
Public methodSetValue
When reading this property for node with a primitive type setting, the optional Index parameter is ignored and the value is returned.
Top
Remarks

Use this to get or set the value of a setting, retrieve information about a setting's flags and the default value, and to enumerate the child nodes.

See Also