 | ImgPropertyItem Constructor (Int32, UInt16) |
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxpublic ImgPropertyItem(
int id,
ushort[] value
)
Parameters
- id
- Type: SystemInt32
The identifier. - value
- Type: SystemUInt16
The value.
See Also