Click or drag to resize

ImgPropertyItem Constructor (Int32, UInt32)

Initializes a new instance of the ImgPropertyItem class.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public ImgPropertyItem(
	int id,
	uint value
)

Parameters

id
Type: SystemInt32
The identifier.
value
Type: SystemUInt32
The value.
See Also