PdfProcessorInstallationGetRuntimeConfig Method

Retrieves the current runtime configuration settings

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public static bool GetRuntimeConfig(
	out bool copyRuntime,
	out string runtimeCopyPath
)

Parameters

copyRuntime  Boolean
Indicates whether the runtime should be copied to a different location before running the PDF processor
runtimeCopyPath  String
The path where the runtime should be copied

Return Value

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

See Also