EnableParallelization Property (PDFReducerConfiguration)
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.
public bool EnableParallelization {get; set;}
public read-write property EnableParallelization: Boolean;
public function get,set EnableParallelization : boolean
public: __property bool get_EnableParallelization();
public: __property void set_EnableParallelization(
bool value
);
public:
property bool EnableParallelization {
bool get();
void set ( bool value);
}
'Declaration
Public Property EnableParallelization As Boolean