Back to Devexpress

PdfViewer.AddService Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-addservice.md

latest1.0 KB
Original Source

PdfViewer.AddService Method

NameParametersDescription
AddService(Type, ServiceCreatorCallback, Boolean)serviceType, callback, promoteAdds the specified service to the service container.
AddService(Type, ServiceCreatorCallback)serviceType, callbackAdds the specified service to the service container.
AddService(Type, Object, Boolean)serviceType, serviceInstance, promoteAdds the specified service to the service container.
AddService(Type, Object)serviceType, serviceInstanceAdds the specified service to the service container.