The number of photo processing threads to use. 1 to 16 threads.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int NumPhotoProcessingThreads { get; set; }
Visual Basic (Declaration)
Public Property NumPhotoProcessingThreads As Integer
Visual C++
public:
property int NumPhotoProcessingThreads {
	int get ();
	void set (int value);
}

See Also