mindee-api-dotnet

ServiceCollectionsExtensions.AddMindeeClientWithCustomPdfImplementation Method

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);

Type Parameters

TPdfOperationImplementation

Will be registered as a singleton.

Parameters

services IServiceCollection

Remarks

The MindeeClient instance is registered as a transient.

Returns

IServiceCollection


Documentation generated by MdDocs