GdPicture.NET.14.API
GdPicture14 Namespace / PDFReducerConfiguration Class / EnableParallelization Property





In This Topic
EnableParallelization Property (PDFReducerConfiguration)
In This Topic
Specifies if multiple cores can be used to speed-up the process. Threads are dynamically allocated based on the real-time available CPU resources. Default value is true.
Syntax
'Declaration
 
Public Property EnableParallelization As Boolean
 
Remarks
Multiple cores usage requires 64-bit running process.
See Also