| Leadtools Namespace : RasterTagMetadata Class | 
The following tables list the members exposed by RasterTagMetadata.
| Name | Description | |
|---|---|---|
|  | RasterTagMetadata Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|   | AnnotationTiff | Constant which represents the Annotation tag.        | 
|   | Copyright | Constant which represents the Copyright tag.        | 
|   | ExifGps | Constant which represents the Exif Gps tag.        | 
|   | GeneralExif | Constant which represents the General Exif tag.        | 
| Name | Description | |
|---|---|---|
|  | Count | Gets the size (in bytes) of the tag data.        | 
|  | DataType | Gets or sets the data type for the tag.        | 
|  | Id | Gets or sets the tag id.        | 
| Name | Description | |
|---|---|---|
|  | Clone | Makes an exact copy of this RasterTagMetadata object.       | 
|  | FromAscii | Sets the tag data to the specified string.        | 
|  | FromByte | Sets the tag data to the specified array of bytes.        | 
|  | FromDouble | Sets the tag data to the specified double precision values.        | 
|  | FromInt16 | Sets the tag data to the specified integer values.        | 
|  | FromInt32 | Sets the tag data to the specified unsigned integer values.        | 
|  | FromRational | Sets the tag data to the specified RasterMetadataRational values.        | 
|  | FromSByte | Sets the tag data to the specified array of signed bytes.      | 
|  | FromSingle | Sets the tag data to the specified single precision values.        | 
|  | FromUInt16 | Sets the tag data to the specified unsigned integer values.       | 
|  | FromUInt32 | Sets the tag data to the specified unsigned integer values.        | 
|  | FromURational | Sets the tag data to the specified RasterMetadataURational values.        | 
|  | GetData | Gets the tag data.        | 
|   | GetDataTypeSize | Gets the size of the specified RasterTagMetadataDataType.        | 
|  | SetData | Sets the tag data.       | 
|  | ToAscii | Converts the tag data to a string.        | 
|  | ToByte | Converts the tag data to an array of bytes.        | 
|  | ToDouble | Converts the tag data to an array of double precision values.        | 
|  | ToInt16 | Converts the tag data to an array of integer values.        | 
|  | ToInt32 | Converts the tag data to an array of integer values.        | 
|  | ToRational | Converts the tag data to an array of RasterMetadataRational values.        | 
|  | ToSByte | Converts the tag data to an array of signed bytes.      | 
|  | ToSingle | Converts the tag data to an array of single precision values.        | 
|  | ToUInt16 | Converts the tag data to an array of unsigned integer values.       | 
|  | ToUInt32 | Converts the tag data to an array of unsigned integer values.        | 
|  | ToURational | Converts the tag data to an array of RasterMetadataURational values.        |