Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterCommentMetadata Class Methods
See Also 
Leadtools Namespace : RasterCommentMetadata Class


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

Public Methods

  Name Description
Public Method Clone Makes an exact copy of this RasterCommentMetadata object.  
Public Method FromAscii Sets the comment data to the specified string.  
Public Method FromByte Sets the comment data to the specified array of bytes.  
Public Method FromInt16 Sets the comment data to the specified integer values.  
Public Method FromRational Sets the comment data to the specified RasterMetadataRational values.  
Public Method FromURational Sets the comment data to the specified RasterMetadataURational values.  
Public Method GetData Gets the data (an arry of bytes) for this comment.  
Public Methodstatic (Shared in Visual Basic) GetDataType Gets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType.  
Public Methodstatic (Shared in Visual Basic) GetDataTypeSize Gets the size (in bytes) of the specified RasterCommentMetadataDataType.  
Public Method SetData Sets the data (an arry of bytes) for this comment.  
Public Method ToAscii Converts the comment data to a string.  
Public Method ToByte Converts the comment data to an array of bytes.  
Public Method ToInt16 Converts the comment data to an array of integer values.  
Public Method ToRational Converts the comment data to an array of RasterMetadataRational values.  
Public Method ToURational Converts the comment data to an array of RasterMetadataURational values.  
Top

See Also