Declaring Type: ServiceCollectionsExtensions
Namespace: Mindee.Extensions.DependencyInjection
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Configure the Mindee client in the DI with your own custom pdf implementation.
public static IServiceCollection AddMindeeClientWithCustomPdfImplementation<TPdfOperationImplementation>(this IServiceCollection services);
TPdfOperationImplementation
Will be registered as a singleton.
services
IServiceCollection
The MindeeClient instance is registered as a transient.
IServiceCollection
Documentation generated by MdDocs