Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also