Click or drag to resize

IsisSettingDataManagerReadSetting Method

Read settings data.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public 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.

Implements

ISettingDataManagerReadSetting(IsisSettingData)
See Also