InstallationGetRuntimeConfig Method

Retrieves the current runtime configuration settings

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.0.0
C#
public static bool GetRuntimeConfig(
	out bool copyRuntime,
	out string runtimeCopyPath,
	out string installScript,
	out bool ensureExecutePermission
)

Parameters

copyRuntime  Boolean
Indicates whether the runtime should be copied to a different location before running the converter
runtimeCopyPath  String
The path where the runtime should be copied
installScript  String
An optional shell script to be executed before copying the runtime
ensureExecutePermission  Boolean
Indicates whether execute permission should be explicitly granted to the Linux runtime after the install script is executed

Return Value

Boolean
Returns true if there was a previous call to ConfigureRuntime and false otherwise

See Also