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


"

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

"

Public Methods

 NameDescription
public Method CloneMakes an exact copy of this RasterCommentMetadata object. Supported in Silverlight, Windows Phone 7  
public Method FromAsciiSets the comment data to the specified string. Supported in Silverlight, Windows Phone 7  
public Method FromByteSets the comment data to the specified array of bytes. Supported in Silverlight, Windows Phone 7  
public Method FromInt16Sets the comment data to the specified integer values. Supported in Silverlight, Windows Phone 7  
public Method FromRationalSets the comment data to the specified RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method FromURationalSets the comment data to the specified RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
public Method GetDataGets the data (an arry of bytes) for this comment. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeGets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeSizeGets the size (in bytes) of the specified RasterCommentMetadataDataType. Supported in Silverlight, Windows Phone 7  
public Method SetDataSets the data (an arry of bytes) for this comment. Supported in Silverlight, Windows Phone 7  
public Method ToAsciiConverts the comment data to a string. Supported in Silverlight, Windows Phone 7  
public Method ToByteConverts the comment data to an array of bytes. Supported in Silverlight, Windows Phone 7  
public Method ToInt16Converts the comment data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToRationalConverts the comment data to an array of RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method ToURationalConverts the comment data to an array of RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
Top

See Also