Click or drag to resize

ImgPropertyItem Class

Represents a property (metadata) item for an image.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingImgPropertyItem

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public sealed class ImgPropertyItem

The ImgPropertyItem type exposes the following members.

Constructors
  NameDescription
Public methodImgPropertyItem(Int32, Byte)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, Int32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, Int32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, String)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, TupleInt32, Int32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, TupleInt32, Int32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, TupleUInt32, UInt32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, TupleUInt32, UInt32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, UInt16)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, UInt16)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, UInt32)
Initializes a new instance of the ImgPropertyItem class.
Public methodImgPropertyItem(Int32, UInt32)
Initializes a new instance of the ImgPropertyItem class.
Top
Properties
  NameDescription
Public propertyId
Gets the meta data Id.
Public propertyPropertyType
Gets the meta data type.
Public propertyValue
Gets the meta data value.
Public propertyValueString
Gets the meta data value as a string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetByteArray
Gets the value stored as a byte array.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt32
Gets the value stored as Int32.
Public methodGetInt32Array
Gets the value stored as Int32 array.
Public methodGetInt32Pair
Gets the value stored as Int32 pair.
Public methodGetInt32PairArray
Gets the value stored as array of Int32 pairs.
Public methodGetString
Gets the value stored as a string, which may be padded.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUInt16
Gets the value stored as UInt16.
Public methodGetUInt16Array
Gets the value stored as UInt16 array.
Public methodGetUInt32
Gets the value stored as UInt32.
Public methodGetUInt32Array
Gets the value stored as UInt32 array.
Public methodGetUInt32Pair
Gets the value stored as UInt32 pair.
Public methodGetUInt32PairArray
Gets the value stored as array of Int32 pairs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also