LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterTagMetadata Class Members
See Also  Fields  Properties  Methods 
Leadtools Namespace : RasterTagMetadata Class

The following tables list the members exposed by RasterTagMetadata.

Public Constructors

 NameDescription
public Constructor RasterTagMetadata ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) AnnotationTiffConstant which represents the Annotation tag. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) CopyrightConstant which represents the Copyright tag. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) ExifGpsConstant which represents the Exif Gps tag. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) GeneralExifConstant which represents the General Exif tag. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property CountGets the size (in bytes) of the tag data. Supported in Silverlight, Windows Phone 7  
public Property DataTypeGets or sets the data type for the tag. Supported in Silverlight, Windows Phone 7  
public Property IdGets or sets the tag id. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method CloneMakes an exact copy of this RasterTagMetadata object. Supported in Silverlight, Windows Phone 7  
public Method FromAsciiSets the tag data to the specified string. Supported in Silverlight, Windows Phone 7  
public Method FromByteSets the tag data to the specified array of bytes. Supported in Silverlight, Windows Phone 7  
public Method FromDoubleSets the tag data to the specified double precision values. Supported in Silverlight, Windows Phone 7  
public Method FromInt16Sets the tag data to the specified integer values. Supported in Silverlight, Windows Phone 7  
public Method FromInt32Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromRationalSets the tag data to the specified RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method FromSByteSets the tag data to the specified array of signed bytes. Supported in Silverlight, Windows Phone 7  
public Method FromSingleSets the tag data to the specified single precision values. Supported in Silverlight, Windows Phone 7  
public Method FromUInt16Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromUInt32Sets the tag data to the specified unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method FromURationalSets the tag data to the specified RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
public Method GetDataGets the tag data. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) GetDataTypeSizeGets the size of the specified RasterTagMetadataDataType. Supported in Silverlight, Windows Phone 7  
public Method SetDataSets the tag data. Supported in Silverlight, Windows Phone 7  
public Method ToAsciiConverts the tag data to a string. Supported in Silverlight, Windows Phone 7  
public Method ToByteConverts the tag data to an array of bytes. Supported in Silverlight, Windows Phone 7  
public Method ToDoubleConverts the tag data to an array of double precision values. Supported in Silverlight, Windows Phone 7  
public Method ToInt16Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToInt32Converts the tag data to an array of integer values. Supported in Silverlight, Windows Phone 7  
public Method ToRationalConverts the tag data to an array of RasterMetadataRational values. Supported in Silverlight, Windows Phone 7  
public Method ToSByteConverts the tag data to an array of signed bytes. Supported in Silverlight, Windows Phone 7  
public Method ToSingleConverts the tag data to an array of single precision values. Supported in Silverlight, Windows Phone 7  
public Method ToUInt16Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method ToUInt32Converts the tag data to an array of unsigned integer values. Supported in Silverlight, Windows Phone 7  
public Method ToURationalConverts the tag data to an array of RasterMetadataURational values. Supported in Silverlight, Windows Phone 7  
Top

See Also