Click or drag to resize

XpsDecoderXpsLibLocation Property

Gets an absolute path where XpsDecoder should unpack Atalasoft.XPS.lib.dll module.

Namespace:  Atalasoft.Shared.Config
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public string XpsLibLocation { get; set; }

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