| Name | Description |
| Clone | Makes an exact copy of this RasterTagMetadata object. Supported in Silverlight, Windows Phone 7 |
| FromAscii | Sets the tag data to the specified string. Supported in Silverlight, Windows Phone 7 |
| FromByte | Sets the tag data to the specified array of bytes. Supported in Silverlight, Windows Phone 7 |
| FromDouble | Sets the tag data to the specified double precision values. Supported in Silverlight, Windows Phone 7 |
| FromInt16 | Sets the tag data to the specified integer values. Supported in Silverlight, Windows Phone 7 |
| FromInt32 | Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7 |
| FromRational | Sets the tag data to the specified RasterMetadataRational values. Supported in Silverlight, Windows Phone 7 |
| FromSByte | Sets the tag data to the specified array of signed bytes. Supported in Silverlight, Windows Phone 7 |
| FromSingle | Sets the tag data to the specified single precision values. Supported in Silverlight, Windows Phone 7 |
| FromUInt16 | Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7 |
| FromUInt32 | Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7 |
| FromURational | Sets the tag data to the specified RasterMetadataURational values. Supported in Silverlight, Windows Phone 7 |
| GetData | Gets the tag data. Supported in Silverlight, Windows Phone 7 |
| GetDataTypeSize | Gets the size of the specified RasterTagMetadataDataType. Supported in Silverlight, Windows Phone 7 |
| SetData | Sets the tag data. Supported in Silverlight, Windows Phone 7 |
| ToAscii | Converts the tag data to a string. Supported in Silverlight, Windows Phone 7 |
| ToByte | Converts the tag data to an array of bytes. Supported in Silverlight, Windows Phone 7 |
| ToDouble | Converts the tag data to an array of double precision values. Supported in Silverlight, Windows Phone 7 |
| ToInt16 | Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7 |
| ToInt32 | Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7 |
| ToRational | Converts the tag data to an array of RasterMetadataRational values. Supported in Silverlight, Windows Phone 7 |
| ToSByte | Converts the tag data to an array of signed bytes. Supported in Silverlight, Windows Phone 7 |
| ToSingle | Converts the tag data to an array of single precision values. Supported in Silverlight, Windows Phone 7 |
| ToUInt16 | Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7 |
| ToUInt32 | Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7 |
| ToURational | Converts the tag data to an array of RasterMetadataURational values. Supported in Silverlight, Windows Phone 7 |