Click or drag to resize

IsisSettingsGetSupportedSettings Method

Gets the list of supported settings.

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 IsisSetting[] GetSupportedSettings(
	bool excludeUnknownSettings
)

Parameters

excludeUnknownSettings
Type: SystemBoolean
The value indicating whether the settings other than defined in IsisSetting should be included.

Return Value

Type: IsisSetting
The list of supported settings.
See Also