GlobalSettingsMaxParallelConversions Property
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.
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.0.0
public static int MaxParallelConversions { get; set; }
Property Value
Int32