EngineSettingsMaxThreadsCount Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the maximum threads count to be used during processing PDF documents. Valid values: 1 - 8.

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static int MaxThreadsCount { get; set; }

Property Value

Type: Int32
The maximum threads count.
See Also

Reference