Skip to main content
All docs
V25.2
  • PdfViewerControl.AddService(Type, ServiceCreatorCallback, Boolean) Method

    Namespace: DevExpress.Xpf.PdfViewer

    Assembly: DevExpress.Xpf.PdfViewer.v25.2.dll

    NuGet Package: DevExpress.Wpf.PdfViewer

    Declaration

    public void AddService(
        Type serviceType,
        ServiceCreatorCallback callback,
        bool promote
    )

    Parameters

    Name Type
    serviceType Type
    callback ServiceCreatorCallback
    promote Boolean
    See Also