GlobalSettings Class
Contains global settings that configure the behavior of the library within application
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
public static class GlobalSettings
- Inheritance
- Object GlobalSettings
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.
|