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