ImgPropertyItem Class |
Namespace: CohesiveComputing.Imaging
public sealed class ImgPropertyItem
The ImgPropertyItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ImgPropertyItem(Int32, Byte) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, Int32) | Initializes a new instance of the ImgPropertyItem class. | |
| ImgPropertyItem(Int32, Int32) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, String) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, TupleInt32, Int32) | Initializes a new instance of the ImgPropertyItem class. | |
| ImgPropertyItem(Int32, TupleInt32, Int32) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, TupleUInt32, UInt32) | Initializes a new instance of the ImgPropertyItem class. | |
| ImgPropertyItem(Int32, TupleUInt32, UInt32) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, UInt16) | Initializes a new instance of the ImgPropertyItem class. | |
| ImgPropertyItem(Int32, UInt16) |
Initializes a new instance of the ImgPropertyItem class.
| |
| ImgPropertyItem(Int32, UInt32) | Initializes a new instance of the ImgPropertyItem class. | |
| ImgPropertyItem(Int32, UInt32) |
Initializes a new instance of the ImgPropertyItem class.
|
| Name | Description | |
|---|---|---|
| Id |
Gets the meta data Id.
| |
| PropertyType |
Gets the meta data type.
| |
| Value |
Gets the meta data value.
| |
| ValueString |
Gets the meta data value as a string.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetByteArray |
Gets the value stored as a byte array.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt32 |
Gets the value stored as Int32.
| |
| GetInt32Array |
Gets the value stored as Int32 array.
| |
| GetInt32Pair |
Gets the value stored as Int32 pair.
| |
| GetInt32PairArray |
Gets the value stored as array of Int32 pairs.
| |
| GetString |
Gets the value stored as a string, which may be padded.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUInt16 |
Gets the value stored as UInt16.
| |
| GetUInt16Array |
Gets the value stored as UInt16 array.
| |
| GetUInt32 |
Gets the value stored as UInt32.
| |
| GetUInt32Array |
Gets the value stored as UInt32 array.
| |
| GetUInt32Pair |
Gets the value stored as UInt32 pair.
| |
| GetUInt32PairArray |
Gets the value stored as array of Int32 pairs.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |