ImageUltimateConfiguration Class

Provides properties and methods for changing this library's configuration.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.6
C#
public sealed class ImageUltimateConfiguration : ProductConfiguration<ImageUltimateConfiguration>
Inheritance
Object    ConfigurationBaseImageUltimateConfiguration    ProductConfigurationImageUltimateConfiguration    ImageUltimateConfiguration

Constructors

ImageUltimateConfiguration Initializes a new instance of the ImageUltimateConfiguration class.

Properties

AssemblyInfoGets information on this library's assembly.
AutoFixOrientationEnabled Gets or sets a value that specifies whether the library should fix orientation for all read images automatically. The default is true. When set to true, you don't need to call FixOrientation method manually.
CurrentGets current global configuration instance.
LicenseKey Sets the purchased license key to register the product and remove any limitations.
(Inherited from ProductConfigurationImageUltimateConfiguration)
TrialExtensionKey Sets the trial extension key. If your trial has expired and you need more time for evaluation, you can request a trial extension key from support.
(Inherited from ProductConfigurationImageUltimateConfiguration)

Methods

CheckPlatformSupportChecks if this library is supported on current OS platform. Throws PlatformNotSupportedException if not.
Clear
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(Boolean)Loads from <appSettings> element of the Web.config or application configuration file.
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(FuncString, String, String, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(IDictionaryString, String, String, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(NameValueCollection, String, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Load(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Save(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Save(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Save(ActionString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Save(IDictionaryString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseImageUltimateConfiguration)
Save(NameValueCollection, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseImageUltimateConfiguration)

See Also