public sealed class ImageUltimateConfiguration : ProductConfiguration<ImageUltimateConfiguration>
Public NotInheritable Class ImageUltimateConfiguration
Inherits ProductConfiguration(Of ImageUltimateConfiguration)
ImageUltimateConfiguration | Initializes a new instance of the ImageUltimateConfiguration class. |
AssemblyInfo | Gets 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. |
Current | Gets 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) |
CheckPlatformSupport | Checks 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) |