Configuration Class
Represents the configuration context object that is used to set up the environment settings for the application.
Inheritance Hierarchy
SystemObject
  Aspose.SvgConfiguration

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public class Configuration : IServiceProvider, 
	IServiceContainer, IDisposable

The Configuration type exposes the following members.

Constructors
  NameDescription
Public methodConfiguration
Initializes a new instance of the Configuration class.
Properties
  NameDescription
Public propertySecurity
Gets or sets the sandboxing flag of the configuration.
Methods
  NameDescription
Public methodAddServiceTService
Adds the specified service to the configuration.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetServiceTService
Gets the requested service.
Public methodGetType (Inherited from Object.)
Protected methodInitializeServices
Initializes the services.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also