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


The following tables list the members exposed by RasterTagMetadata.

Public Constructors

  Name Description
Public Constructor RasterTagMetadata Constructor Overloaded.  Initializes a new instance of RasterTagMetadata with default values.  
Top

Public Fields

  Name Description
Public Fieldstatic (Shared in Visual Basic) AnnotationTiff Constant which represents the Annotation tag.  
Public Fieldstatic (Shared in Visual Basic) Copyright Constant which represents the Copyright tag.  
Public Fieldstatic (Shared in Visual Basic) ExifGps Constant which represents the Exif Gps tag.  
Public Fieldstatic (Shared in Visual Basic) GeneralExif Constant which represents the General Exif tag.  
Top

Public Properties

  Name Description
Public Property Count Gets the size (in bytes) of the tag data.  
Public Property DataType Gets or sets the data type for the tag.  
Public Property Id Gets or sets the tag id.  
Top

Public Methods

  Name Description
Public Method Clone Makes an exact copy of this RasterTagMetadata object.  
Public Method FromAscii Sets the tag data to the specified string.  
Public Method FromByte Sets the tag data to the specified array of bytes.  
Public Method FromDouble Sets the tag data to the specified double precision values.  
Public Method FromInt16 Sets the tag data to the specified integer values.  
Public Method FromInt32 Sets the tag data to the specified unsigned integer values.  
Public Method FromRational Sets the tag data to the specified RasterMetadataRational values.  
Public Method FromSByte Sets the tag data to the specified array of signed bytes.  
Public Method FromSingle Sets the tag data to the specified single precision values.  
Public Method FromUInt16 Sets the tag data to the specified unsigned integer values.  
Public Method FromUInt32 Sets the tag data to the specified unsigned integer values.  
Public Method FromURational Sets the tag data to the specified RasterMetadataURational values.  
Public Method GetData Gets the tag data.  
Public Methodstatic (Shared in Visual Basic) GetDataTypeSize Gets the size of the specified RasterTagMetadataDataType.  
Public Method SetData Sets the tag data.  
Public Method ToAscii Converts the tag data to a string.  
Public Method ToByte Converts the tag data to an array of bytes.  
Public Method ToDouble Converts the tag data to an array of double precision values.  
Public Method ToInt16 Converts the tag data to an array of integer values.  
Public Method ToInt32 Converts the tag data to an array of integer values.  
Public Method ToRational Converts the tag data to an array of RasterMetadataRational values.  
Public Method ToSByte Converts the tag data to an array of signed bytes.  
Public Method ToSingle Converts the tag data to an array of single precision values.  
Public Method ToUInt16 Converts the tag data to an array of unsigned integer values.  
Public Method ToUInt32 Converts the tag data to an array of unsigned integer values.  
Public Method ToURational Converts the tag data to an array of RasterMetadataURational values.  
Top

See Also