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




dataType
The RasterTagMetadataDataType for which to get the size.
Gets the size of the specified RasterTagMetadataDataType.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDataTypeSize( _
   ByVal dataType As RasterTagMetadataDataType _
) As Integer
Visual Basic (Usage)Copy Code
Dim dataType As RasterTagMetadataDataType
Dim value As Integer
 
value = RasterTagMetadata.GetDataTypeSize(dataType)
C# 
public static int GetDataTypeSize( 
   RasterTagMetadataDataType dataType
)
Managed Extensions for C++ 
public: static int GetDataTypeSize( 
   RasterTagMetadataDataType dataType
) 
C++/CLI 
public:
static int GetDataTypeSize( 
   RasterTagMetadataDataType dataType
) 

Parameters

dataType
The RasterTagMetadataDataType for which to get the size.

Return Value

The size in bytes of the specified RasterTagMetadataDataType.

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