Installation Class

Contains global installation instructions that configure the behavior of the library within the application

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.0.0
C#
public static class Installation
Inheritance
Object    Installation

Properties

ExecutePermissionGranted Indicates whether execute permission has been successfully granted.
GrantExecutePermissionErrOutput The standard error captured from the execute permission grant operation.
GrantExecutePermissionStdOutput The standard output captured from the execute permission grant operation.
InstallScriptErrOutput The standard error captured from the install script execution.
InstallScriptExecuted Indicates whether the install script has been successfully executed.
InstallScriptStdOutput The standard output captured from the install script execution.
RuntimeCopied Indicates whether the runtime has been successfully copied.

Methods

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

See Also