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

 NameDescription
Public ConstructorRasterTagMetadata ConstructorOverloaded.  Initializes a new instance of RasterTagMetadata with default values.  
Top

Public Fields

 NameDescription
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

 NameDescription
Public PropertyCount Gets the size (in bytes) of the tag data.  
Public PropertyDataType Gets or sets the data type for the tag.  
Public PropertyId Gets or sets the tag id.  
Top

Public Methods

 NameDescription
Public MethodClone Makes an exact copy of this RasterTagMetadata object.  
Public MethodFromAscii Sets the tag data to the specified string.  
Public MethodFromByte Sets the tag data to the specified array of bytes.  
Public MethodFromDouble Sets the tag data to the specified double precision values.  
Public MethodFromInt16 Sets the tag data to the specified integer values.  
Public MethodFromInt32 Sets the tag data to the specified unsigned integer values.  
Public MethodFromRational Sets the tag data to the specified RasterMetadataRational values.  
Public MethodFromSByte Sets the tag data to the specified array of signed bytes.  
Public MethodFromSingle Sets the tag data to the specified single precision values.  
Public MethodFromUInt16 Sets the tag data to the specified unsigned integer values.  
Public MethodFromUInt32 Sets the tag data to the specified unsigned integer values.  
Public MethodFromURational Sets the tag data to the specified RasterMetadataURational values.  
Public MethodGetData Gets the tag data.  
Public Methodstatic (Shared in Visual Basic)GetDataTypeSize Gets the size of the specified RasterTagMetadataDataType.  
Public MethodSetData Sets the tag data.  
Public MethodToAscii Converts the tag data to a string.  
Public MethodToByte Converts the tag data to an array of bytes.  
Public MethodToDouble Converts the tag data to an array of double precision values.  
Public MethodToInt16 Converts the tag data to an array of integer values.  
Public MethodToInt32 Converts the tag data to an array of integer values.  
Public MethodToRational Converts the tag data to an array of RasterMetadataRational values.  
Public MethodToSByte Converts the tag data to an array of signed bytes.  
Public MethodToSingle Converts the tag data to an array of single precision values.  
Public MethodToUInt16 Converts the tag data to an array of unsigned integer values.  
Public MethodToUInt32 Converts the tag data to an array of unsigned integer values.  
Public MethodToURational Converts the tag data to an array of RasterMetadataURational values.  
Top

See Also