Installation Class
Contains global installation instructions that configure the behavior of the library within the application
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.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
|
| GetRuntimeConfig |
Retrieves the current runtime configuration settings
|