Table of Contents

Class CobaltPdfLibrary

Namespace
CobaltPdf
Assembly
CobaltPdf.dll

Manages the global, shared instance of the browser pool. Use this class in applications that do not use dependency injection.

public static class CobaltPdfLibrary
Inheritance
CobaltPdfLibrary
Inherited Members

Methods

Configure(Action<PoolOptions>)

Configures the global, shared browser pool. This method can only be called once, before the pool is first accessed.

public static void Configure(Action<PoolOptions> configureOptions)

Parameters

configureOptions Action<PoolOptions>

An action to configure the pool options.

SetLicense(string)

Activates the commercial version of CobaltPdf.

public static void SetLicense(string key)

Parameters

key string