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

See Also