The following tables list the members exposed by RasterCommentMetadata.
Name | Description | |
---|---|---|
![]() |
RasterCommentMetadata Constructor | Overloaded. Initializes a new instance of the RasterCommentMetadata class with default values. |
Name | Description | |
---|---|---|
![]() ![]() |
IptcSeparator | The separator when a file has two or more IPTC comments. |
Name | Description | |
---|---|---|
![]() |
DataType | Gets the data type for this comment. |
![]() |
Type | Gets or sets the type of comment. |
Name | Description | |
---|---|---|
![]() |
Clone | Makes an exact copy of this RasterCommentMetadata object. |
![]() |
FromAscii | Sets the comment data to the specified string. |
![]() |
FromByte | Sets the comment data to the specified array of bytes. |
![]() |
FromInt16 | Sets the comment data to the specified integer values. |
![]() |
FromRational | Sets the comment data to the specified RasterMetadataRational values. |
![]() |
FromURational | Sets the comment data to the specified RasterMetadataURational values. |
![]() |
GetData | Gets the data (an arry of bytes) for this comment. |
![]() ![]() |
GetDataType | Gets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType. |
![]() ![]() |
GetDataTypeSize | Gets the size (in bytes) of the specified RasterCommentMetadataDataType. |
![]() |
SetData | Sets the data (an arry of bytes) for this comment. |
![]() |
ToAscii | Converts the comment data to a string. |
![]() |
ToByte | Converts the comment data to an array of bytes. |
![]() |
ToInt16 | Converts the comment data to an array of integer values. |
![]() |
ToRational | Converts the comment data to an array of RasterMetadataRational values. |
![]() |
ToURational | Converts the comment data to an array of RasterMetadataURational values. |