LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetDataTypeSize Method
See Also 
Leadtools Namespace > RasterCommentMetadata Class : GetDataTypeSize Method



dataType
The RasterCommentMetadataDataType for which to get the size.
dataType
The RasterCommentMetadataDataType for which to get the size.
Gets the size (in bytes) of the specified RasterCommentMetadataDataType. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDataTypeSize( _
   ByVal dataType As RasterCommentMetadataDataType _
) As Integer
Visual Basic (Usage)Copy Code
Dim dataType As RasterCommentMetadataDataType
Dim value As Integer
 
value = RasterCommentMetadata.GetDataTypeSize(dataType)
C# 
public static int GetDataTypeSize( 
   RasterCommentMetadataDataType dataType
)
C++/CLI 
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: 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