C#
VB
Java
Objective-C
WinRT C#
C++
Gets the RasterCommentMetadataDataType of the specified RasterCommentMetadataType.
public static RasterCommentMetadataDataType GetDataType(
RasterCommentMetadataType type
)
Public Shared Function GetDataType( _
ByVal type As Leadtools.RasterCommentMetadataType _
) As Leadtools.RasterCommentMetadataDataType
public static Leadtools.RasterCommentMetadataDataType GetDataType(
Leadtools.RasterCommentMetadataType type
)
+ (LTRasterCommentMetadataDataType)dataTypeForType:(LTRasterCommentMetadataType)type
public static RasterCommentMetadataDataType getDataType(RasterCommentMetadataType type)
function Leadtools.RasterCommentMetadata.GetDataType(
type
)
public:
static Leadtools.RasterCommentMetadataDataType GetDataType(
Leadtools.RasterCommentMetadataType type
)
type
The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.
The RasterCommentMetadataDataType for the specified RasterCommentMetadataType.
For an example, refer to IptcSeparator.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET