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


The following tables list the members exposed by RasterCommentMetadata.

Public Constructors

  Name Description
Public Constructor RasterCommentMetadata Constructor Overloaded.  Initializes a new instance of the RasterCommentMetadata class with default values.  
Top

Public Fields

  Name Description
Public Fieldstatic (Shared in Visual Basic) IptcSeparator The separator when a file has two or more IPTC comments.  
Top

Public Properties

  Name Description
Public Property DataType Gets the data type for this comment.  
Public Property Type Gets or sets the type of comment.  
Top

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