Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetDataType Method








The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.
Gets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType.
Syntax
'Declaration
 
Public Shared Function GetDataType( _
   ByVal type As RasterCommentMetadataType _
) As RasterCommentMetadataDataType
'Usage
 
Dim type As RasterCommentMetadataType
Dim value As RasterCommentMetadataDataType
 
value = RasterCommentMetadata.GetDataType(type)
+ (LTRasterCommentMetadataDataType)dataTypeForType:(LTRasterCommentMetadataType)type
public static RasterCommentMetadataDataType getDataType(RasterCommentMetadataType type)
 function Leadtools.RasterCommentMetadata.GetDataType( 
   type 
)

Parameters

type
The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.

Return Value

Example
For an example, refer to IptcSeparator.
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file