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

 NameDescription
Public ConstructorRasterCommentMetadata ConstructorOverloaded.  Initializes a new instance of the RasterCommentMetadata class with default values.  
Top

Public Fields

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

Public Properties

 NameDescription
Public PropertyDataType Gets the data type for this comment.  
Public PropertyType Gets or sets the type of comment.  
Top

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