ImageGlue configuration settings.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.XConfig
Notes

This class is sealed. It cannot be derived from.

This class manipulates a configuration section in a .NET configuration file. These are xml files and usually have extension .config.

Unlike the settings in XSettings, the values in this class refer to a configuration file that can be changed making the settings application specific.

The settings file opened by default is that specified in the "DefaultSettings" registry key.

See the class constructor for more details.

Methods
Method Description
XConfig XConfig constructor.
Refresh Refresh settings by reading the configuration file.
Save Save settings to file.
Properties
Property Description
FilePath The file path.
MaxSize The maximum image size, in pixels.
MaxTxtFile Max size of a text file, in characters.
OperationLog Settings for logging Bitmap operations.
UsingRegistry Whether the registry DefaultSettings are in use.
Example

None.