Click or drag to resize

RawDecoderConfigElementLibRawLocation Property

Gets an absolute path where RawDecoder should unpack libraw.lib.dll module.

Namespace:  Atalasoft.Shared
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string LibRawLocation { get; }

Property Value

Type: String
Remarks

If this property doesn't set in config file, the "%TEMP%\Atalasoft\DotImage\<Version>\<Platform>" will be returned.

This property in config file can be either absolute path, or relative. All missed subfolders will be created automatically if application user has necessary permissions.

See Also