Skip to main content

PrintingSystemBase.RemoveService(Type) Method

Removes the specified service type from the service container.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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