Skip to main content
A newer version of this page is available. .

PrintingSystemBase.RemoveService(Type) Method

Removes the specified service type from the service container.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void RemoveService(
    Type serviceType
)

Parameters

Name Type Description
serviceType Type

The type of service to remove.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also