In This Topic

ThreadCount Property (GdPicturePDF.SmartRedactionOptions)

In This Topic
Specifies the number of threads to use. Set this parameter to 0 to let the engine to automatically maximize the performance. Default value is 0.
Syntax
'Declaration

 

Public Property ThreadCount As Integer
public int ThreadCount {get; set;}
public read-write property ThreadCount: Integer; 
public function get,set ThreadCount : int
public: __property int get_ThreadCount();

public: __property void set_ThreadCount( 

   int value

);
public:

property int ThreadCount {

   int get();

   void set (    int value);

}
See Also