SettingManager.DefaultSettingValue Method
|
This property gets or returns the default value of a given setting.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic Object DefaultSettingValue(
string FullName,
[OptionalAttribute] int Index
)
Public Function DefaultSettingValue (
FullName As String,
<OptionalAttribute> Index As Integer
) As Object
public:
Object^ DefaultSettingValue(
[InAttribute] String^ FullName,
[OptionalAttribute] [InAttribute] int Index
)
Parameters
- FullName
- Type: System.String
- Index (Optional)
- Type: System.Int32
Return Value
Type:
Object
See Also