Configuration.GetService
GetService(Type)
Gets the requested service.
public object GetService(Type serviceType)
Parameter | Type | Description |
---|---|---|
serviceType | Type | The type of service to retrieve. |
Return Value
An instance of the service if it could be found, or null if it could not be found
See Also
- class Configuration
- namespace Aspose.Svg
- assembly Aspose.SVG
GetService<T>()
Gets the requested service.
public T GetService<T>()
Parameter | Description |
---|---|
T | The type of service to retrieve. |
Return Value
An instance of the service if it could be found, or null if it could not be found
See Also
- class Configuration
- namespace Aspose.Svg
- assembly Aspose.SVG