GlobalSettings Class

Contains global settings that configure the behavior of the library within application

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public static class GlobalSettings
Inheritance
Object    GlobalSettings

Properties

MaxParallelConversions Gets or sets the maximum number of parallel HTML conversions that can run concurrently. A value of 0 allows an unlimited number of concurrent conversions. If not explicitly set by the application, a default value is automatically chosen based on the number of logical processors available on the system, with enforced minimum and maximum limits to maintain good performance and system stability. This property must be set before the first HTML conversion occurs. Changes made afterward will have no effect until the application is restarted.
TempFolderPath Gets or sets the temporary working folder used by the library. If not explicitly set by the application, the first access will default this value to GetTempPath and freeze it for the lifetime of the process. This property must be set before the library first uses the temporary folder. Once the value has been established (either by setting it explicitly or by the first read), subsequent attempts to change it will be ignored until the application is restarted.

See Also