Installation Class
Contains global installation instructions that configure the behavior of the library within the application
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.0.0
public static class Installation
- Inheritance
- Object Installation
ConfigureRuntime |
Enables copying the runtime to a different location and installing dependencies before running the converter.
This function is intended for environments where installed dependencies are not persisted after a restart,
It must be called before the first HTML conversion, which triggers
the configuration setup.
Changes made afterward will have no effect until the application is restarted
|