LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also