LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterTagMetadata Class Methods
See Also 
Leadtools Namespace : RasterTagMetadata Class


"

For a list of all members of this type, see RasterTagMetadata members.

"

Public Methods

 NameDescription
public Method CloneMakes an exact copy of this RasterTagMetadata object. Supported in Silverlight, Windows Phone 7  
public Method FromAsciiSets the tag data to the specified string. Supported in Silverlight, Windows Phone 7  
public Method FromByteSets the tag data to the specified array of bytes. Supported in Silverlight, Windows Phone 7  
public Method FromDoubleSets the tag data to the specified double precision values. Supported in Silverlight, Windows Phone 7  
public Method FromInt16Sets the tag data to the specified integer values. Supported in Silverlight, Windows Phone 7  
public Method FromInt32Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromRationalSets the tag data to the specified RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method FromSByteSets the tag data to the specified array of signed bytes. Supported in Silverlight, Windows Phone 7  
public Method FromSingleSets the tag data to the specified single precision values. Supported in Silverlight, Windows Phone 7  
public Method FromUInt16Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromUInt32Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromURationalSets the tag data to the specified RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
public Method GetDataGets the tag data. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeSizeGets the size of the specified RasterTagMetadataDataType. Supported in Silverlight, Windows Phone 7  
public Method SetDataSets the tag data. Supported in Silverlight, Windows Phone 7  
public Method ToAsciiConverts the tag data to a string. Supported in Silverlight, Windows Phone 7  
public Method ToByteConverts the tag data to an array of bytes. Supported in Silverlight, Windows Phone 7  
public Method ToDoubleConverts the tag data to an array of double precision values. Supported in Silverlight, Windows Phone 7  
public Method ToInt16Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToInt32Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToRationalConverts the tag data to an array of RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method ToSByteConverts the tag data to an array of signed bytes. Supported in Silverlight, Windows Phone 7  
public Method ToSingleConverts the tag data to an array of single precision values. Supported in Silverlight, Windows Phone 7  
public Method ToUInt16Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method ToUInt32Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method ToURationalConverts the tag data to an array of RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
Top

See Also