Click or drag to resize

ISettingDataManagerReadSetting Method

Read settings data.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
bool ReadSetting(
	IsisSettingData data
)

Parameters

data
Type: Atalasoft.IsisIsisSettingData
IsisSettingData that should receive settings data.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
See Also