Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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 MethodClone Makes an exact copy of this RasterCommentMetadata object.  
Public MethodFromAscii Sets the comment data to the specified string.  
Public MethodFromByte Sets the comment data to the specified array of bytes.  
Public MethodFromInt16 Sets the comment data to the specified integer values.  
Public MethodFromRational Sets the comment data to the specified RasterMetadataRational values.  
Public MethodFromURational Sets the comment data to the specified RasterMetadataURational values.  
Public MethodGetData 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 MethodSetData Sets the data (an arry of bytes) for this comment.  
Public MethodToAscii Converts the comment data to a string.  
Public MethodToByte Converts the comment data to an array of bytes.  
Public MethodToInt16 Converts the comment data to an array of integer values.  
Public MethodToRational Converts the comment data to an array of RasterMetadataRational values.  
Public MethodToURational Converts the comment data to an array of RasterMetadataURational values.  
Top

See Also