Click or drag to resize

ImgPropertyItemType Enumeration

Image Property Item Type. Referenced by ImgPropertyItem class.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public enum ImgPropertyItemType
Members
  Member nameDescription
ByteArray A byte array
String A string
UInt16Array A UInt16 array
UInt32Array A UInt32 array
UInt32PairArray A UInt32 pair array
Int32Array An Int32 array
Int32PairArray An Int32 pair array
See Also