←Select platform

GetDataTypeSize Method

Summary

Gets the size (in bytes) of the specified RasterCommentMetadataDataType.

Syntax
C#
VB
Objective-C
C++
Java
public static int GetDataTypeSize( 
   RasterCommentMetadataDataType dataType 
) 
Public Shared Function GetDataTypeSize( _ 
   ByVal dataType As RasterCommentMetadataDataType _ 
) As Integer 
+ (NSUInteger)sizeForDataType:(LTRasterCommentMetadataDataType)dataType 
public static int getDataTypeSize(RasterCommentMetadataDataType dataType) 
public: 
static int GetDataTypeSize(  
   RasterCommentMetadataDataType dataType 
)  

Parameters

dataType
The RasterCommentMetadataDataType for which to get the size.

Return Value

The size (in bytes) of dataType.

Example

For an example, refer to IptcSeparator.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly