Interface IConfigurationExtension
Interface IConfigurationExtension
Namespace: Aspose.Svg
Assembly: Aspose.SVG.dll (25.12.0)
Represents an extension for configuration, allowing the addition and retrieval of key-value pairs.
[ComVisible(true)]
public interface IConfigurationExtension : IEnumerable<KeyValuePair<Type, object>>, IEnumerable