Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
DataType Property
See Also 
Leadtools Namespace > RasterTagMetadata Class : DataType Property




Gets or sets the data type for the tag.

Syntax

Visual Basic (Declaration) 
Public Property DataType As RasterTagMetadataDataType
Visual Basic (Usage)Copy Code
Dim instance As RasterTagMetadata
Dim value As RasterTagMetadataDataType
 
instance.DataType = value
 
value = instance.DataType
C# 
public RasterTagMetadataDataType DataType {get; set;}
Managed Extensions for C++ 
public: __property RasterTagMetadataDataType get_DataType();
public: __property void set_DataType( 
   RasterTagMetadataDataType value
);
C++/CLI 
public:
property RasterTagMetadataDataType DataType {
   RasterTagMetadataDataType get();
   void set (RasterTagMetadataDataType value);
}

Return Value

The data type for the tag.

Example

For an example, refer to WriteTag.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also