LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor RasterCommentMetadata ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) IptcSeparatorThe separator when a file has two or more IPTC comments. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property DataTypeGets the data type for this comment. Supported in Silverlight, Windows Phone 7  
public Property TypeGets or sets the type of comment. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method CloneMakes an exact copy of this RasterCommentMetadata object. Supported in Silverlight, Windows Phone 7  
public Method FromAsciiSets the comment data to the specified string. Supported in Silverlight, Windows Phone 7  
public Method FromByteSets the comment data to the specified array of bytes. Supported in Silverlight, Windows Phone 7  
public Method FromInt16Sets the comment data to the specified integer values. Supported in Silverlight, Windows Phone 7  
public Method FromRationalSets the comment data to the specified RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method FromURationalSets the comment data to the specified RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
public Method GetDataGets the data (an arry of bytes) for this comment. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeGets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeSizeGets the size (in bytes) of the specified RasterCommentMetadataDataType. Supported in Silverlight, Windows Phone 7  
public Method SetDataSets the data (an arry of bytes) for this comment. Supported in Silverlight, Windows Phone 7  
public Method ToAsciiConverts the comment data to a string. Supported in Silverlight, Windows Phone 7  
public Method ToByteConverts the comment data to an array of bytes. Supported in Silverlight, Windows Phone 7  
public Method ToInt16Converts the comment data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToRationalConverts the comment data to an array of RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method ToURationalConverts the comment data to an array of RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
Top

See Also