Accusoft.ImagXpressSdk Namespace : ImageXTag Class |
The following tables list the members exposed by ImageXTag.
Name | Description | |
---|---|---|
ImageXTag Constructor | Overloaded. |
Name | Description | |
---|---|---|
TagElementsCount | Gets and sets the number of data items in the tag. | |
TagLevel | Gets and sets the nesting level at which the tag resides. Tag Level can be 0 - 4. | |
TagNumber | Gets and sets the Tag ID Number. | |
TagType | Gets and sets the type of data within the tag. |
Name | Description | |
---|---|---|
GetTagBytes | Gets tag data that are of the type Bytes. | |
GetTagDouble | Gets tag data of type Double. | |
GetTagFloat | Retrieves a float array of values contained within the ImageXTag. | |
GetTagInt16 | Retrieves a short array of values contained within ImageXTag. | |
GetTagInt32 | Gets tag data of type long or int32. | |
GetTagRational | Gets Tag Rational data. | |
GetTagSBytes | Retrieves signed short array of values contained within the ImageXTag. | |
GetTagSRational | Gets tag SRational data. | |
GetTagUInt16 | Retrieves a short array of values contained within the ImageXTag. | |
GetTagUInt32 | Gets tag data of type unsigned long or UInt32. | |
SetTagBytes | Sets Tag Data of based on byte array input. | |
SetTagDouble | Sets tag data of type Double. | |
SetTagFloat | Set Tag Data of type Float or Single. | |
SetTagInt16 | Sets the ImageXTag data based on the short array input. | |
SetTagInt32 | Overloaded. Sets Tag Data of type long or int32. | |
SetTagRational | Sets Tag Rational Data. | |
SetTagSBytes | Sets Tag Data based on the byte array input. | |
SetTagSRational | Sets Tag Rational Data. | |
SetTagUInt16 | Sets tag data of type UInt16. | |
SetTagUInt32 | Sets tag data of type unsigned long or UInt32. |