Click or drag to resize

AtalasoftConfigSectionGetConfig Method

Gets an Atalasoft DotImage config.

Namespace:  Atalasoft.Shared
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static AtalasoftConfigSection GetConfig()

Return Value

Type: AtalasoftConfigSection
An AtalasoftConfigSection instance from app.config or default one.
Exceptions
ExceptionCondition
ConfigurationErrorsException Thrown when the configuration section cannot be loaded or is invalid.
See Also