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




type
The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.
Gets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDataType( _
   ByVal type As RasterCommentMetadataType _
) As RasterCommentMetadataDataType
Visual Basic (Usage)Copy Code
Dim type As RasterCommentMetadataType
Dim value As RasterCommentMetadataDataType
 
value = RasterCommentMetadata.GetDataType(type)
C# 
public static RasterCommentMetadataDataType GetDataType( 
   RasterCommentMetadataType type
)
Managed Extensions for C++ 
public: static RasterCommentMetadataDataType GetDataType( 
   RasterCommentMetadataType type
) 
C++/CLI 
public:
static RasterCommentMetadataDataType GetDataType( 
   RasterCommentMetadataType type
) 

Parameters

type
The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.

Return Value

The RasterCommentMetadataDataType for the specified RasterCommentMetadataType.

Example

For an example, refer to IptcSeparator.

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